Html Css Color HEX #D5C0BC Alto

📋 copy color: '#D5C0BC'

red 213 ◦ green 192 ◦ blue 188

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

Shades of Alto #D5C0BC

Tints of Alto #D5C0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 188 (73.83% from 255) = 31.7%

R = 35.92%
G = 32.38%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5C0BC (or 0xD5C0BC) is known color: Alto. HEX triplet: D5, C0 and BC. RGB value is (213,192,188). Sum of RGB (Red+Green+Blue) = 213+192+188=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0BC is #2A3F43. Grayscale: #C5C5C5. Windows color (decimal): -2768708 or 12370133. OLE color: 12370133.

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

Color convert

RGB 213 192 188 -
CMYK 0 0.10 0.12 0.16
HSL 9.6º 0.23% 0.79% -
HSV(B) 9.6º 0.12% 0.84% -
XYZ 55.37 55.48 55.37 -
YUV 197.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 213 192 188 0 0.10 0.12 0.16 9.6 0.23 0.79
Hex D5 C0 BC 0 A C 10 A 17 4F
Octal 325 300 274 0 12 14 20 12 27 117
Binary 11010101 11000000 10111100 0 1010 1100 10000 1010 10111 1001111

Color Harmonies of #D5C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C0BC

Black with #D5C0BC

Text Example


Text Example

White with #D5C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C0BC; }

 p { color: rgb(213,192,188); }

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

background-color css

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

 a { background-color: rgb(213,192,188); }

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

border-color css

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

 span { border-color: rgb(213,192,188); }

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