Html Css Color HEX #CCC0BD Alto

📋 copy color: '#CCC0BD'

red 204 ◦ green 192 ◦ blue 189

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

Shades of Alto #CCC0BD

Tints of Alto #CCC0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 34.87%
G = 32.82%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC0BD (or 0xCCC0BD) is known color: Alto. HEX triplet: CC, C0 and BD. RGB value is (204,192,189). Sum of RGB (Red+Green+Blue) = 204+192+189=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BD is #333F42. Grayscale: #C3C3C3. Windows color (decimal): -3358531 or 12435660. OLE color: 12435660.

HSL color Cylindrical-coordinate representation of color #CCC0BD: hue angle of 12º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC0BD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 189 -
CMYK 0 0.06 0.07 0.2
HSL 12º 0.13% 0.77% -
HSV(B) 12º 0.07% 0.8% -
XYZ 52.94 54.21 55.82 -
YUV 195.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 204 192 189 0 0.06 0.07 0.2 12 0.13 0.77
Hex CC C0 BD 0 6 7 14 C D 4D
Octal 314 300 275 0 6 7 24 14 15 115
Binary 11001100 11000000 10111101 0 110 111 10100 1100 1101 1001101

Color Harmonies of #CCC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0BD

Black with #CCC0BD

Text Example


Text Example

White with #CCC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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