#CB9D9F

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

Shades of Careys Pink #CB9D9F

Tints of Careys Pink #CB9D9F

Color information

#CB9D9F (or 0xCB9D9F) is unknown color: approx Careys Pink. HEX triplet: CB, 9D and 9F. RGB value is (203,157,159). Sum of RGB (Red+Green+Blue) = 203+157+159=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D9F is #346260. Grayscale: #ABABAB. Windows color (decimal): -3433057 or 10460619. OLE color: 10460619.

HSL color Cylindrical-coordinate representation of color #CB9D9F: hue angle of 357.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9D9F is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203157159-
CMYK00.230.220.20
HSL357.39º30.67%70.59%-
HSV(B)357.39º22.66%79.61%-
XYZ42.9439.3138.13-
YUV170.98121.24150.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=39.11%
G=30.25%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315715900.230.220.20357.3930.6770.59
HexCB9D9F01716141651f47
Octal313235237027262454537107
Binary1100101110011101100111110101111011010100101100101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D9F; }

 p { color: rgb(203,157,159); }

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

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

 a { background-color: rgb(203,157,159); }

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

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

 span { border-color: rgb(203,157,159); }

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