#CEA0AF

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

Shades of Kobi #CEA0AF

Tints of Kobi #CEA0AF

Color information

#CEA0AF (or 0xCEA0AF) is unknown color: approx Kobi. HEX triplet: CE, A0 and AF. RGB value is (206,160,175). Sum of RGB (Red+Green+Blue) = 206+160+175=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0AF is #315F50. Grayscale: #AFAFAF. Windows color (decimal): -3235665 or 11509966. OLE color: 11509966.

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

Color convert

RGB206160175-
CMYK00.220.150.19
HSL340.43º31.94%71.76%-
HSV(B)340.43º22.33%80.78%-
XYZ45.7641.3646.13-
YUV175.46127.74149.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=38.08%
G=29.57%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616017500.220.150.19340.4331.9471.76
HexCEA0AF016F131542048
Octal316240257026172352440110
Binary1100111010100000101011110101101111100111010101001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0AF; }

 p { color: rgb(206,160,175); }

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

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

 a { background-color: rgb(206,160,175); }

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

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

 span { border-color: rgb(206,160,175); }

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