Html Css Color HEX #D5CAC5 Swiss Coffee

📋 copy color: '#D5CAC5'

red 213 ◦ green 202 ◦ blue 197

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

Shades of Swiss Coffee #D5CAC5

Tints of Swiss Coffee #D5CAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.19%

R = 34.8%
G = 33.01%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5CAC5 (or 0xD5CAC5) is known color: Swiss Coffee. HEX triplet: D5, CA and C5. RGB value is (213,202,197). Sum of RGB (Red+Green+Blue) = 213+202+197=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC5 is #2A353A. Grayscale: #CCCCCC. Windows color (decimal): -2766139 or 12962517. OLE color: 12962517.

HSL color Cylindrical-coordinate representation of color #D5CAC5: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CAC5 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 197 -
CMYK 0 0.05 0.08 0.16
HSL 18.75º 0.16% 0.8% -
HSV(B) 18.75º 0.08% 0.84% -
XYZ 58.64 60.42 61.39 -
YUV 204.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 213 202 197 0 0.05 0.08 0.16 18.75 0.16 0.8
Hex D5 CA C5 0 5 8 10 13 10 50
Octal 325 312 305 0 5 10 20 23 20 120
Binary 11010101 11001010 11000101 0 101 1000 10000 10011 10000 1010000

Color Harmonies of #D5CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAC5

Black with #D5CAC5

Text Example


Text Example

White with #D5CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAC5; }

 p { color: rgb(213,202,197); }

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

background-color css

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

 a { background-color: rgb(213,202,197); }

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

border-color css

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

 span { border-color: rgb(213,202,197); }

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