Html Css Color HEX #CCD0C8 Ottoman

📋 copy color: '#CCD0C8'

red 204 ◦ green 208 ◦ blue 200

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

Shades of Ottoman #CCD0C8

Tints of Ottoman #CCD0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 33.33%
G = 33.99%
B = 32.68%

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

#CCD0C8 (or 0xCCD0C8) is known color: Ottoman. HEX triplet: CC, D0 and C8. RGB value is (204,208,200). Sum of RGB (Red+Green+Blue) = 204+208+200=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0C8 is #332F37. Grayscale: #CDCDCD. Windows color (decimal): -3354424 or 13160652. OLE color: 13160652.

HSL color Cylindrical-coordinate representation of color #CCD0C8: hue angle of 90º degrees, saturation: 0.08, 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 #CCD0C8 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 200 -
CMYK 0.02 0 0.04 0.18
HSL 90º 0.08% 0.8% -
HSV(B) 90º 0.04% 0.82% -
XYZ 57.88 62.12 63.58 -
YUV 205.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 204 208 200 0.02 0 0.04 0.18 90 0.08 0.8
Hex CC D0 C8 2 0 4 12 5A 8 50
Octal 314 320 310 2 0 4 22 132 10 120
Binary 11001100 11010000 11001000 10 0 100 10010 1011010 1000 1010000

Color Harmonies of #CCD0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0C8

Black with #CCD0C8

Text Example


Text Example

White with #CCD0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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