#CE9CAB

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

Shades of Careys Pink #CE9CAB

Tints of Careys Pink #CE9CAB

Color information

#CE9CAB (or 0xCE9CAB) is unknown color: approx Careys Pink. HEX triplet: CE, 9C and AB. RGB value is (206,156,171). Sum of RGB (Red+Green+Blue) = 206+156+171=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9CAB is #316354. Grayscale: #ACACAC. Windows color (decimal): -3236693 or 11246798. OLE color: 11246798.

HSL color Cylindrical-coordinate representation of color #CE9CAB: hue angle of 342º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CAB is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206156171-
CMYK00.240.170.19
HSL342º33.78%70.98%-
HSV(B)342º24.27%80.78%-
XYZ44.6939.8443.86-
YUV172.66127.06151.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=38.65%
G=29.27%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615617100.240.170.1934233.7870.98
HexCE9CAB01811131562247
Octal316234253030212352642107
Binary11001110100111001010101101100010001100111010101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CAB; }

 p { color: rgb(206,156,171); }

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

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

 a { background-color: rgb(206,156,171); }

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

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

 span { border-color: rgb(206,156,171); }

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