Html Css Color HEX #C6AA96 Cashmere

📋 copy color: '#C6AA96'

red 198 ◦ green 170 ◦ blue 150

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

Shades of Cashmere #C6AA96

Tints of Cashmere #C6AA96

RGB

 RED value IS 198 (77.73% from 255) = 38.22%

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 38.22%
G = 32.82%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C6AA96 (or 0xC6AA96) is known color: Cashmere. HEX triplet: C6, AA and 96. RGB value is (198,170,150). Sum of RGB (Red+Green+Blue) = 198+170+150=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA96 is #395569. Grayscale: #B0B0B0. Windows color (decimal): -3757418 or 9874118. OLE color: 9874118.

HSL color Cylindrical-coordinate representation of color #C6AA96: hue angle of 25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6AA96 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 150 -
CMYK 0 0.14 0.24 0.22
HSL 25º 0.3% 0.68% -
HSV(B) 25º 0.24% 0.78% -
XYZ 43.17 42.96 34.87 -
YUV 176.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 198 170 150 0 0.14 0.24 0.22 25 0.3 0.68
Hex C6 AA 96 0 E 18 16 19 1E 44
Octal 306 252 226 0 16 30 26 31 36 104
Binary 11000110 10101010 10010110 0 1110 11000 10110 11001 11110 1000100

Color Harmonies of #C6AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA96

Black with #C6AA96

Text Example


Text Example

White with #C6AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA96; }

 p { color: rgb(198,170,150); }

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

background-color css

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

 a { background-color: rgb(198,170,150); }

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

border-color css

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

 span { border-color: rgb(198,170,150); }

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