#C7959E

Color #C7959E Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C7959E

Tints of Careys Pink #C7959E

Color information

#C7959E (or 0xC7959E) is unknown color: approx Careys Pink. HEX triplet: C7, 95 and 9E. RGB value is (199,149,158). Sum of RGB (Red+Green+Blue) = 199+149+158=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7959E is #386A61. Grayscale: #A4A4A4. Windows color (decimal): -3697250 or 10393031. OLE color: 10393031.

HSL color Cylindrical-coordinate representation of color #C7959E: hue angle of 349.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7959E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB199149158-
CMYK00.250.210.22
HSL349.2º30.86%68.24%-
HSV(B)349.2º25.13%78.04%-
XYZ40.4736.1137.18-
YUV164.98124.06152.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=39.33%
G=29.45%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914915800.250.210.22349.230.8668.24
HexC7959E019151615d1f44
Octal307225236031252653537104
Binary1100011110010101100111100110011010110110101011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7959E; }

 p { color: rgb(199,149,158); }

 H1.HeaderClassName
 {
   color: #C7959E;
 }
 .AnyTagClassName
 {
   color: #C7959E;
 }
</style>
background-color css

<style>
 a { background-color: #C7959E; }

 a { background-color: rgb(199,149,158); }

 div.DivClassName
 {
   background-color: #C7959E;
 }
 .BgClassName
 {
   background-color: #C7959E;
 }
</style>
border-color css

<style>
 span { border-color: #C7959E; }

 span { border-color: rgb(199,149,158); }

 td.TdClassName
 {
   border-color: #C7959E;
 }
 .TagClassName
 {
   border-color: #C7959E;
 }
</style>