#CB9FAE

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

Shades of Careys Pink #CB9FAE

Tints of Careys Pink #CB9FAE

Color information

#CB9FAE (or 0xCB9FAE) is unknown color: approx Careys Pink. HEX triplet: CB, 9F and AE. RGB value is (203,159,174). Sum of RGB (Red+Green+Blue) = 203+159+174=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9FAE is #346051. Grayscale: #ADADAD. Windows color (decimal): -3432530 or 11444171. OLE color: 11444171.

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

Color convert

RGB203159174-
CMYK00.220.140.20
HSL339.55º29.73%70.98%-
HSV(B)339.55º21.67%79.61%-
XYZ44.6740.5545.52-
YUV173.87128.08148.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=37.87%
G=29.66%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315917400.220.140.20339.5529.7370.98
HexCB9FAE016E141541e47
Octal313237256026162452436107
Binary110010111001111110101110010110111010100101010100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FAE; }

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

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

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

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

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

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

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

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