#CE8CAB

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

Shades of Kobi #CE8CAB

Tints of Kobi #CE8CAB

Color information

#CE8CAB (or 0xCE8CAB) is unknown color: approx Kobi. HEX triplet: CE, 8C and AB. RGB value is (206,140,171). Sum of RGB (Red+Green+Blue) = 206+140+171=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CAB is #317354. Grayscale: #A3A3A3. Windows color (decimal): -3240789 or 11242702. OLE color: 11242702.

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

Color convert

RGB206140171-
CMYK00.320.170.19
HSL331.82º40.24%67.84%-
HSV(B)331.82º32.04%80.78%-
XYZ42.1834.8243.03-
YUV163.27132.37158.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=39.85%
G=27.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614017100.320.170.19331.8240.2467.84
HexCE8CAB020111314c2844
Octal316214253040212351450104
Binary110011101000110010101011010000010001100111010011001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8CAB; }

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

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

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

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

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

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

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

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