#C5969B

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

Shades of Careys Pink #C5969B

Tints of Careys Pink #C5969B

Color information

#C5969B (or 0xC5969B) is unknown color: approx Careys Pink. HEX triplet: C5, 96 and 9B. RGB value is (197,150,155). Sum of RGB (Red+Green+Blue) = 197+150+155=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969B is #3A6964. Grayscale: #A4A4A4. Windows color (decimal): -3828069 or 10196677. OLE color: 10196677.

HSL color Cylindrical-coordinate representation of color #C5969B: hue angle of 353.62º 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 #C5969B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB197150155-
CMYK00.240.210.23
HSL353.62º28.83%68.04%-
HSV(B)353.62º23.86%77.25%-
XYZ39.8536.0535.87-
YUV164.62122.57151.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=39.24%
G=29.88%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715015500.240.210.23353.6228.8368.04
HexC5969B01815171621d44
Octal305226233030252754235104
Binary1100010110010110100110110110001010110111101100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5969B; }

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

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

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

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

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

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

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

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