Html Css Color HEX #C6A997 Cashmere

📋 copy color: '#C6A997'

red 198 ◦ green 169 ◦ blue 151

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

Shades of Cashmere #C6A997

Tints of Cashmere #C6A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 38.22%
G = 32.63%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C6A997 (or 0xC6A997) is known color: Cashmere. HEX triplet: C6, A9 and 97. RGB value is (198,169,151). Sum of RGB (Red+Green+Blue) = 198+169+151=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A997 is #395668. Grayscale: #AFAFAF. Windows color (decimal): -3757673 or 9939398. OLE color: 9939398.

HSL color Cylindrical-coordinate representation of color #C6A997: hue angle of 22.98º degrees, saturation: 0.29, 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 #C6A997 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 169 151 -
CMYK 0 0.15 0.24 0.22
HSL 22.98º 0.29% 0.68% -
HSV(B) 22.98º 0.24% 0.78% -
XYZ 43.06 42.62 35.23 -
YUV 175.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 198 169 151 0 0.15 0.24 0.22 22.98 0.29 0.68
Hex C6 A9 97 0 F 18 16 17 1D 44
Octal 306 251 227 0 17 30 26 27 35 104
Binary 11000110 10101001 10010111 0 1111 11000 10110 10111 11101 1000100

Color Harmonies of #C6A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A997

Black with #C6A997

Text Example


Text Example

White with #C6A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A997; }

 p { color: rgb(198,169,151); }

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

background-color css

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

 a { background-color: rgb(198,169,151); }

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

border-color css

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

 span { border-color: rgb(198,169,151); }

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