Html Css Color HEX #D6C5C1 Alto

📋 copy color: '#D6C5C1'

red 214 ◦ green 197 ◦ blue 193

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

Shades of Alto #D6C5C1

Tints of Alto #D6C5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 35.43%
G = 32.62%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6C5C1 (or 0xD6C5C1) is known color: Alto. HEX triplet: D6, C5 and C1. RGB value is (214,197,193). Sum of RGB (Red+Green+Blue) = 214+197+193=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5C1 is #293A3E. Grayscale: #C9C9C9. Windows color (decimal): -2701887 or 12699094. OLE color: 12699094.

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

Color convert

RGB 214 197 193 -
CMYK 0 0.08 0.10 0.16
HSL 11.43º 0.2% 0.8% -
HSV(B) 11.43º 0.1% 0.84% -
XYZ 57.32 58.08 58.64 -
YUV 201.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 214 197 193 0 0.08 0.10 0.16 11.43 0.2 0.8
Hex D6 C5 C1 0 8 A 10 B 14 50
Octal 326 305 301 0 10 12 20 13 24 120
Binary 11010110 11000101 11000001 0 1000 1010 10000 1011 10100 1010000

Color Harmonies of #D6C5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5C1

Black with #D6C5C1

Text Example


Text Example

White with #D6C5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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