#CEA5B2

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

Shades of Kobi #CEA5B2

Tints of Kobi #CEA5B2

Color information

#CEA5B2 (or 0xCEA5B2) is unknown color: approx Kobi. HEX triplet: CE, A5 and B2. RGB value is (206,165,178). Sum of RGB (Red+Green+Blue) = 206+165+178=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA5B2 is #315A4D. Grayscale: #B2B2B2. Windows color (decimal): -3234382 or 11707854. OLE color: 11707854.

HSL color Cylindrical-coordinate representation of color #CEA5B2: hue angle of 340.98º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA5B2 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206165178-
CMYK00.200.140.19
HSL340.98º29.5%72.75%-
HSV(B)340.98º19.9%80.78%-
XYZ46.9443.2547.99-
YUV178.74127.58147.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=37.52%
G=30.05%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616517800.200.140.19340.9829.572.75
HexCEA5B2014E131551d49
Octal316245262024162352535111
Binary110011101010010110110010010100111010011101010101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5B2; }

 p { color: rgb(206,165,178); }

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

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

 a { background-color: rgb(206,165,178); }

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

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

 span { border-color: rgb(206,165,178); }

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