Html Css Color HEX #D6CAB2 Aths Special

📋 copy color: '#D6CAB2'

red 214 ◦ green 202 ◦ blue 178

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

Shades of Aths Special #D6CAB2

Tints of Aths Special #D6CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.97%

R = 36.03%
G = 34.01%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6CAB2 (or 0xD6CAB2) is known color: Aths Special. HEX triplet: D6, CA and B2. RGB value is (214,202,178). Sum of RGB (Red+Green+Blue) = 214+202+178=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAB2 is #29354D. Grayscale: #CACACA. Windows color (decimal): -2700622 or 11717334. OLE color: 11717334.

HSL color Cylindrical-coordinate representation of color #D6CAB2: hue angle of 40º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CAB2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 178 -
CMYK 0 0.06 0.17 0.16
HSL 40º 0.31% 0.77% -
HSV(B) 40º 0.17% 0.84% -
XYZ 56.89 59.75 50.65 -
YUV 202.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 214 202 178 0 0.06 0.17 0.16 40 0.31 0.77
Hex D6 CA B2 0 6 11 10 28 1F 4D
Octal 326 312 262 0 6 21 20 50 37 115
Binary 11010110 11001010 10110010 0 110 10001 10000 101000 11111 1001101

Color Harmonies of #D6CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CAB2

Black with #D6CAB2

Text Example


Text Example

White with #D6CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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