#C5969E

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

Shades of Careys Pink #C5969E

Tints of Careys Pink #C5969E

Color information

#C5969E (or 0xC5969E) is unknown color: approx Careys Pink. HEX triplet: C5, 96 and 9E. RGB value is (197,150,158). Sum of RGB (Red+Green+Blue) = 197+150+158=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969E is #3A6961. Grayscale: #A4A4A4. Windows color (decimal): -3828066 or 10393285. OLE color: 10393285.

HSL color Cylindrical-coordinate representation of color #C5969E: hue angle of 349.79º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5969E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197150158-
CMYK00.240.200.23
HSL349.79º28.83%68.04%-
HSV(B)349.79º23.86%77.25%-
XYZ40.136.1537.21-
YUV164.96124.07150.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=39.01%
G=29.70%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715015800.240.200.23349.7928.8368.04
HexC5969E018141715e1d44
Octal305226236030242753635104
Binary1100010110010110100111100110001010010111101011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5969E; }

 p { color: rgb(197,150,158); }

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

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

 a { background-color: rgb(197,150,158); }

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

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

 span { border-color: rgb(197,150,158); }

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