Html Css Color HEX #CCD5C5 Ottoman

📋 copy color: '#CCD5C5'

red 204 ◦ green 213 ◦ blue 197

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

Shades of Ottoman #CCD5C5

Tints of Ottoman #CCD5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.08%

R = 33.22%
G = 34.69%
B = 32.08%

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

#CCD5C5 (or 0xCCD5C5) is known color: Ottoman. HEX triplet: CC, D5 and C5. RGB value is (204,213,197). Sum of RGB (Red+Green+Blue) = 204+213+197=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C5 is #332A3A. Grayscale: #D0D0D0. Windows color (decimal): -3353147 or 12965324. OLE color: 12965324.

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

Color convert

RGB 204 213 197 -
CMYK 0.04 0 0.08 0.16
HSL 93.75º 0.16% 0.8% -
HSV(B) 93.75º 0.08% 0.84% -
XYZ 58.77 64.46 62.17 -
YUV 208.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 204 213 197 0.04 0 0.08 0.16 93.75 0.16 0.8
Hex CC D5 C5 4 0 8 10 5E 10 50
Octal 314 325 305 4 0 10 20 136 20 120
Binary 11001100 11010101 11000101 100 0 1000 10000 1011110 10000 1010000

Color Harmonies of #CCD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5C5

Black with #CCD5C5

Text Example


Text Example

White with #CCD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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