Html Css Color HEX #CCD0C7 Ottoman

📋 copy color: '#CCD0C7'

red 204 ◦ green 208 ◦ blue 199

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

Shades of Ottoman #CCD0C7

Tints of Ottoman #CCD0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 33.39%
G = 34.04%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#CCD0C7 (or 0xCCD0C7) is known color: Ottoman. HEX triplet: CC, D0 and C7. RGB value is (204,208,199). Sum of RGB (Red+Green+Blue) = 204+208+199=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0C7 is #332F38. Grayscale: #CDCDCD. Windows color (decimal): -3354425 or 13095116. OLE color: 13095116.

HSL color Cylindrical-coordinate representation of color #CCD0C7: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD0C7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 199 -
CMYK 0.02 0 0.04 0.18
HSL 86.67º 0.09% 0.8% -
HSV(B) 86.67º 0.04% 0.82% -
XYZ 57.77 62.07 62.97 -
YUV 205.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 204 208 199 0.02 0 0.04 0.18 86.67 0.09 0.8
Hex CC D0 C7 2 0 4 12 57 9 50
Octal 314 320 307 2 0 4 22 127 11 120
Binary 11001100 11010000 11000111 10 0 100 10010 1010111 1001 1010000

Color Harmonies of #CCD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0C7

Black with #CCD0C7

Text Example


Text Example

White with #CCD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0C7; }

 p { color: rgb(204,208,199); }

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

background-color css

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

 a { background-color: rgb(204,208,199); }

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

border-color css

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

 span { border-color: rgb(204,208,199); }

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