Html Css Color HEX #CCD5C0 Ottoman

📋 copy color: '#CCD5C0'

red 204 ◦ green 213 ◦ blue 192

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

Shades of Ottoman #CCD5C0

Tints of Ottoman #CCD5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.98%

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

R = 33.5%
G = 34.98%
B = 31.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#CCD5C0 (or 0xCCD5C0) is known color: Ottoman. HEX triplet: CC, D5 and C0. RGB value is (204,213,192). Sum of RGB (Red+Green+Blue) = 204+213+192=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C0 is #332A3F. Grayscale: #CFCFCF. Windows color (decimal): -3353152 or 12637644. OLE color: 12637644.

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

Color convert

RGB 204 213 192 -
CMYK 0.04 0 0.10 0.16
HSL 85.71º 0.2% 0.79% -
HSV(B) 85.71º 0.1% 0.84% -
XYZ 58.21 64.23 59.2 -
YUV 207.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 204 213 192 0.04 0 0.10 0.16 85.71 0.2 0.79
Hex CC D5 C0 4 0 A 10 56 14 4F
Octal 314 325 300 4 0 12 20 126 24 117
Binary 11001100 11010101 11000000 100 0 1010 10000 1010110 10100 1001111

Color Harmonies of #CCD5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5C0

Black with #CCD5C0

Text Example


Text Example

White with #CCD5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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