Html Css Color HEX #D5C2BF Alto

📋 copy color: '#D5C2BF'

red 213 ◦ green 194 ◦ blue 191

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

Shades of Alto #D5C2BF

Tints of Alto #D5C2BF

RGB

 RED value IS 213 (83.59% from 255) = 35.62%

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

 BLUE value IS 191 (75% from 255) = 31.94%

R = 35.62%
G = 32.44%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5C2BF (or 0xD5C2BF) is known color: Alto. HEX triplet: D5, C2 and BF. RGB value is (213,194,191). Sum of RGB (Red+Green+Blue) = 213+194+191=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2BF is #2A3D40. Grayscale: #C7C7C7. Windows color (decimal): -2768193 or 12567253. OLE color: 12567253.

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

Color convert

RGB 213 194 191 -
CMYK 0 0.09 0.10 0.16
HSL 8.18º 0.21% 0.79% -
HSV(B) 8.18º 0.1% 0.84% -
XYZ 56.14 56.49 57.24 -
YUV 199.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 213 194 191 0 0.09 0.10 0.16 8.18 0.21 0.79
Hex D5 C2 BF 0 9 A 10 8 15 4F
Octal 325 302 277 0 11 12 20 10 25 117
Binary 11010101 11000010 10111111 0 1001 1010 10000 1000 10101 1001111

Color Harmonies of #D5C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2BF

Black with #D5C2BF

Text Example


Text Example

White with #D5C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2BF; }

 p { color: rgb(213,194,191); }

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

background-color css

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

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

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

border-color css

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

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

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