#CCE0BA

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

Shades of Ottoman #CCE0BA

Tints of Ottoman #CCE0BA

Color information

#CCE0BA (or 0xCCE0BA) is unknown color: approx Ottoman. HEX triplet: CC, E0 and BA. RGB value is (204,224,186). Sum of RGB (Red+Green+Blue) = 204+224+186=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BA is #331F45. Grayscale: #D5D5D5. Windows color (decimal): -3350342 or 12247244. OLE color: 12247244.

HSL color Cylindrical-coordinate representation of color #CCE0BA: hue angle of 91.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE0BA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB204224186-
CMYK0.0900.170.12
HSL91.58º38%80.39%-
HSV(B)91.58º16.96%87.84%-
XYZ60.4269.6956.72-
YUV213.69112.37121.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=33.22%
G=36.48%
B=30.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241860.0900.170.1291.583880.39
HexCCE0BA9011C5c2650
Octal314340272110211413446120
Binary1100110011100000101110101001010001110010111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0BA; }

 p { color: rgb(204,224,186); }

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

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

 a { background-color: rgb(204,224,186); }

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

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

 span { border-color: rgb(204,224,186); }

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