Html Css Color HEX #D7CAC9 Alto

📋 copy color: '#D7CAC9'

red 215 ◦ green 202 ◦ blue 201

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

Shades of Alto #D7CAC9

Tints of Alto #D7CAC9

RGB

 RED value IS 215 (84.38% from 255) = 34.79%

 GREEN value IS 202 (79.3% from 255) = 32.69%

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 34.79%
G = 32.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7CAC9 (or 0xD7CAC9) is known color: Alto. HEX triplet: D7, CA and C9. RGB value is (215,202,201). Sum of RGB (Red+Green+Blue) = 215+202+201=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAC9 is #283536. Grayscale: #CDCDCD. Windows color (decimal): -2635063 or 13224663. OLE color: 13224663.

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

Color convert

RGB 215 202 201 -
CMYK 0 0.06 0.07 0.16
HSL 4.29º 0.15% 0.82% -
HSV(B) 4.29º 0.07% 0.84% -
XYZ 59.69 60.91 63.87 -
YUV 205.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 215 202 201 0 0.06 0.07 0.16 4.29 0.15 0.82
Hex D7 CA C9 0 6 7 10 4 F 52
Octal 327 312 311 0 6 7 20 4 17 122
Binary 11010111 11001010 11001001 0 110 111 10000 100 1111 1010010

Color Harmonies of #D7CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CAC9

Black with #D7CAC9

Text Example


Text Example

White with #D7CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CAC9; }

 p { color: rgb(215,202,201); }

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

background-color css

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

 a { background-color: rgb(215,202,201); }

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

border-color css

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

 span { border-color: rgb(215,202,201); }

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