Html Css Color HEX #D6CAC4 Swiss Coffee

📋 copy color: '#D6CAC4'

red 214 ◦ green 202 ◦ blue 196

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

Shades of Swiss Coffee #D6CAC4

Tints of Swiss Coffee #D6CAC4

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

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

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 34.97%
G = 33.01%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6CAC4 (or 0xD6CAC4) is known color: Swiss Coffee. HEX triplet: D6, CA and C4. RGB value is (214,202,196). Sum of RGB (Red+Green+Blue) = 214+202+196=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAC4 is #29353B. Grayscale: #CCCCCC. Windows color (decimal): -2700604 or 12896982. OLE color: 12896982.

HSL color Cylindrical-coordinate representation of color #D6CAC4: hue angle of 20º degrees, saturation: 0.18, 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 #D6CAC4 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 196 -
CMYK 0 0.06 0.08 0.16
HSL 20º 0.18% 0.8% -
HSV(B) 20º 0.08% 0.84% -
XYZ 58.82 60.52 60.81 -
YUV 204.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 214 202 196 0 0.06 0.08 0.16 20 0.18 0.8
Hex D6 CA C4 0 6 8 10 14 12 50
Octal 326 312 304 0 6 10 20 24 22 120
Binary 11010110 11001010 11000100 0 110 1000 10000 10100 10010 1010000

Color Harmonies of #D6CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CAC4

Black with #D6CAC4

Text Example


Text Example

White with #D6CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CAC4; }

 p { color: rgb(214,202,196); }

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

background-color css

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

 a { background-color: rgb(214,202,196); }

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

border-color css

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

 span { border-color: rgb(214,202,196); }

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