#CEA2B0

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

Shades of Kobi #CEA2B0

Tints of Kobi #CEA2B0

Color information

#CEA2B0 (or 0xCEA2B0) is unknown color: approx Kobi. HEX triplet: CE, A2 and B0. RGB value is (206,162,176). Sum of RGB (Red+Green+Blue) = 206+162+176=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2B0 is #315D4F. Grayscale: #B0B0B0. Windows color (decimal): -3235152 or 11576014. OLE color: 11576014.

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

Color convert

RGB206162176-
CMYK00.210.150.19
HSL340.91º30.99%72.16%-
HSV(B)340.91º21.36%80.78%-
XYZ46.2142.146.76-
YUV176.75127.58148.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=37.87%
G=29.78%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616217600.210.150.19340.9130.9972.16
HexCEA2B0015F131551f48
Octal316242260025172352537110
Binary110011101010001010110000010101111110011101010101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2B0; }

 p { color: rgb(206,162,176); }

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

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

 a { background-color: rgb(206,162,176); }

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

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

 span { border-color: rgb(206,162,176); }

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