Html Css Color HEX #D0C2C2 Alto

📋 copy color: '#D0C2C2'

red 208 ◦ green 194 ◦ blue 194

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

Shades of Alto #D0C2C2

Tints of Alto #D0C2C2

RGB

 RED value IS 208 (81.64% from 255) = 34.9%

 GREEN value IS 194 (76.17% from 255) = 32.55%

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 34.9%
G = 32.55%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D0C2C2 (or 0xD0C2C2) is known color: Alto. HEX triplet: D0, C2 and C2. RGB value is (208,194,194). Sum of RGB (Red+Green+Blue) = 208+194+194=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2C2 is #2F3D3D. Grayscale: #C6C6C6. Windows color (decimal): -3095870 or 12763856. OLE color: 12763856.

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

Color convert

RGB 208 194 194 -
CMYK 0 0.07 0.07 0.18
HSL 0.13% 0.79% -
HSV(B) 0.07% 0.82% -
XYZ 55.04 55.89 58.93 -
YUV 198.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 208 194 194 0 0.07 0.07 0.18 0 0.13 0.79
Hex D0 C2 C2 0 7 7 12 0 D 4F
Octal 320 302 302 0 7 7 22 0 15 117
Binary 11010000 11000010 11000010 0 111 111 10010 0 1101 1001111

Color Harmonies of #D0C2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C2C2

Black with #D0C2C2

Text Example


Text Example

White with #D0C2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C2C2; }

 p { color: rgb(208,194,194); }

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

background-color css

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

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

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

border-color css

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

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

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