Html Css Color HEX #CCD6C0 Ottoman

📋 copy color: '#CCD6C0'

red 204 ◦ green 214 ◦ blue 192

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

Shades of Ottoman #CCD6C0

Tints of Ottoman #CCD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

 BLUE value IS 192 (75.39% from 255) = 31.48%

R = 33.44%
G = 35.08%
B = 31.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#CCD6C0 (or 0xCCD6C0) is known color: Ottoman. HEX triplet: CC, D6 and C0. RGB value is (204,214,192). Sum of RGB (Red+Green+Blue) = 204+214+192=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6C0 is #33293F. Grayscale: #D0D0D0. Windows color (decimal): -3352896 or 12637900. OLE color: 12637900.

HSL color Cylindrical-coordinate representation of color #CCD6C0: hue angle of 87.27º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD6C0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 192 -
CMYK 0.05 0 0.10 0.16
HSL 87.27º 0.21% 0.8% -
HSV(B) 87.27º 0.1% 0.84% -
XYZ 58.46 64.74 59.28 -
YUV 208.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 204 214 192 0.05 0 0.10 0.16 87.27 0.21 0.8
Hex CC D6 C0 5 0 A 10 57 15 50
Octal 314 326 300 5 0 12 20 127 25 120
Binary 11001100 11010110 11000000 101 0 1010 10000 1010111 10101 1010000

Color Harmonies of #CCD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6C0

Black with #CCD6C0

Text Example


Text Example

White with #CCD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6C0; }

 p { color: rgb(204,214,192); }

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

background-color css

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

 a { background-color: rgb(204,214,192); }

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

border-color css

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

 span { border-color: rgb(204,214,192); }

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