Html Css Color HEX #D5C0BB Wafer

📋 copy color: '#D5C0BB'

red 213 ◦ green 192 ◦ blue 187

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

Shades of Wafer #D5C0BB

Tints of Wafer #D5C0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 35.98%
G = 32.43%
B = 31.59%

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

#D5C0BB (or 0xD5C0BB) is known color: Wafer. HEX triplet: D5, C0 and BB. RGB value is (213,192,187). Sum of RGB (Red+Green+Blue) = 213+192+187=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0BB is #2A3F44. Grayscale: #C5C5C5. Windows color (decimal): -2768709 or 12304597. OLE color: 12304597.

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

Color convert

RGB 213 192 187 -
CMYK 0 0.10 0.12 0.16
HSL 11.54º 0.24% 0.78% -
HSV(B) 11.54º 0.12% 0.84% -
XYZ 55.26 55.43 54.8 -
YUV 197.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 213 192 187 0 0.10 0.12 0.16 11.54 0.24 0.78
Hex D5 C0 BB 0 A C 10 C 18 4E
Octal 325 300 273 0 12 14 20 14 30 116
Binary 11010101 11000000 10111011 0 1010 1100 10000 1100 11000 1001110

Color Harmonies of #D5C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C0BB

Black with #D5C0BB

Text Example


Text Example

White with #D5C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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