Html Css Color HEX #D6C4C1 Alto

📋 copy color: '#D6C4C1'

red 214 ◦ green 196 ◦ blue 193

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

Shades of Alto #D6C4C1

Tints of Alto #D6C4C1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.5%

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

R = 35.49%
G = 32.5%
B = 32.01%

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

#D6C4C1 (or 0xD6C4C1) is known color: Alto. HEX triplet: D6, C4 and C1. RGB value is (214,196,193). Sum of RGB (Red+Green+Blue) = 214+196+193=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4C1 is #293B3E. Grayscale: #C9C9C9. Windows color (decimal): -2702143 or 12698838. OLE color: 12698838.

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

Color convert

RGB 214 196 193 -
CMYK 0 0.08 0.10 0.16
HSL 8.57º 0.2% 0.8% -
HSV(B) 8.57º 0.1% 0.84% -
XYZ 57.1 57.63 58.57 -
YUV 201.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 214 196 193 0 0.08 0.10 0.16 8.57 0.2 0.8
Hex D6 C4 C1 0 8 A 10 9 14 50
Octal 326 304 301 0 10 12 20 11 24 120
Binary 11010110 11000100 11000001 0 1000 1010 10000 1001 10100 1010000

Color Harmonies of #D6C4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4C1

Black with #D6C4C1

Text Example


Text Example

White with #D6C4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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