Html Css Color HEX #CCE0BC Ottoman

📋 copy color: '#CCE0BC'

red 204 ◦ green 224 ◦ blue 188

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

Shades of Ottoman #CCE0BC

Tints of Ottoman #CCE0BC

RGB

 RED value IS 204 (80.08% from 255) = 33.12%

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 33.12%
G = 36.36%
B = 30.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CCE0BC (or 0xCCE0BC) is known color: Ottoman. HEX triplet: CC, E0 and BC. RGB value is (204,224,188). Sum of RGB (Red+Green+Blue) = 204+224+188=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BC is #331F43. Grayscale: #D6D6D6. Windows color (decimal): -3350340 or 12378316. OLE color: 12378316.

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

Color convert

RGB 204 224 188 -
CMYK 0.09 0 0.16 0.12
HSL 93.33º 0.37% 0.81% -
HSV(B) 93.33º 0.16% 0.88% -
XYZ 60.63 69.78 57.85 -
YUV 213.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 204 224 188 0.09 0 0.16 0.12 93.33 0.37 0.81
Hex CC E0 BC 9 0 10 C 5D 25 51
Octal 314 340 274 11 0 20 14 135 45 121
Binary 11001100 11100000 10111100 1001 0 10000 1100 1011101 100101 1010001

Color Harmonies of #CCE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0BC

Black with #CCE0BC

Text Example


Text Example

White with #CCE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0BC; }

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

 H1.HeaderClassName
 {
   color: #CCE0BC;
 }
 .AnyTagClassName
 {
   color: #CCE0BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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