Html Css Color HEX #CCD5C3 Ottoman

📋 copy color: '#CCD5C3'

red 204 ◦ green 213 ◦ blue 195

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

Shades of Ottoman #CCD5C3

Tints of Ottoman #CCD5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.86%

R = 33.33%
G = 34.8%
B = 31.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#CCD5C3 (or 0xCCD5C3) is known color: Ottoman. HEX triplet: CC, D5 and C3. RGB value is (204,213,195). Sum of RGB (Red+Green+Blue) = 204+213+195=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C3 is #332A3C. Grayscale: #D0D0D0. Windows color (decimal): -3353149 or 12834252. OLE color: 12834252.

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

Color convert

RGB 204 213 195 -
CMYK 0.04 0 0.08 0.16
HSL 90º 0.18% 0.8% -
HSV(B) 90º 0.08% 0.84% -
XYZ 58.55 64.37 60.97 -
YUV 208.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 204 213 195 0.04 0 0.08 0.16 90 0.18 0.8
Hex CC D5 C3 4 0 8 10 5A 12 50
Octal 314 325 303 4 0 10 20 132 22 120
Binary 11001100 11010101 11000011 100 0 1000 10000 1011010 10010 1010000

Color Harmonies of #CCD5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5C3

Black with #CCD5C3

Text Example


Text Example

White with #CCD5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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