Html Css Color HEX #D6C5C2 Alto

📋 copy color: '#D6C5C2'

red 214 ◦ green 197 ◦ blue 194

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

Shades of Alto #D6C5C2

Tints of Alto #D6C5C2

RGB

 RED value IS 214 (83.98% from 255) = 35.37%

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 35.37%
G = 32.56%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D6C5C2 (or 0xD6C5C2) is known color: Alto. HEX triplet: D6, C5 and C2. RGB value is (214,197,194). Sum of RGB (Red+Green+Blue) = 214+197+194=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5C2 is #293A3D. Grayscale: #C9C9C9. Windows color (decimal): -2701886 or 12764630. OLE color: 12764630.

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

Color convert

RGB 214 197 194 -
CMYK 0 0.08 0.09 0.16
HSL 0.2% 0.8% -
HSV(B) 0.09% 0.84% -
XYZ 57.44 58.12 59.23 -
YUV 201.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 214 197 194 0 0.08 0.09 0.16 9 0.2 0.8
Hex D6 C5 C2 0 8 9 10 9 14 50
Octal 326 305 302 0 10 11 20 11 24 120
Binary 11010110 11000101 11000010 0 1000 1001 10000 1001 10100 1010000

Color Harmonies of #D6C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5C2

Black with #D6C5C2

Text Example


Text Example

White with #D6C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5C2; }

 p { color: rgb(214,197,194); }

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

background-color css

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

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

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

border-color css

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

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

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