#CE9BA3

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

Shades of Careys Pink #CE9BA3

Tints of Careys Pink #CE9BA3

Color information

#CE9BA3 (or 0xCE9BA3) is unknown color: approx Careys Pink. HEX triplet: CE, 9B and A3. RGB value is (206,155,163). Sum of RGB (Red+Green+Blue) = 206+155+163=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9BA3 is #31645C. Grayscale: #ABABAB. Windows color (decimal): -3236957 or 10722254. OLE color: 10722254.

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

Color convert

RGB206155163-
CMYK00.250.210.19
HSL350.59º34.23%70.78%-
HSV(B)350.59º24.76%80.78%-
XYZ43.7939.2139.91-
YUV171.16123.4152.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=39.31%
G=29.58%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615516300.250.210.19350.5934.2370.78
HexCE9BA3019151315f2247
Octal316233243031252353742107
Binary11001110100110111010001101100110101100111010111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BA3; }

 p { color: rgb(206,155,163); }

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

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

 a { background-color: rgb(206,155,163); }

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

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

 span { border-color: rgb(206,155,163); }

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