Html Css Color HEX #CCE0BA Ottoman

📋 copy color: '#CCE0BA'

red 204 ◦ green 224 ◦ blue 186

#CCE0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CCE0BA

Tints of Ottoman #CCE0BA

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 value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CCE0BA (or 0xCCE0BA) is known color: 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

RGB 204 224 186 -
CMYK 0.09 0 0.17 0.12
HSL 91.58º 0.38% 0.8% -
HSV(B) 91.58º 0.17% 0.88% -
XYZ 60.42 69.69 56.72 -
YUV 213.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 204 224 186 0.09 0 0.17 0.12 91.58 0.38 0.8
Hex CC E0 BA 9 0 11 C 5C 26 50
Octal 314 340 272 11 0 21 14 134 46 120
Binary 11001100 11100000 10111010 1001 0 10001 1100 1011100 100110 1010000

Color Harmonies of #CCE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0BA

Black with #CCE0BA

Text Example


Text Example

White with #CCE0BA

Text Example


Text Example

HTML Codes & Css Web 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>