Html Css Color HEX #C6AA93 Cashmere

📋 copy color: '#C6AA93'

red 198 ◦ green 170 ◦ blue 147

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

Shades of Cashmere #C6AA93

Tints of Cashmere #C6AA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 38.45%
G = 33.01%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6AA93 (or 0xC6AA93) is known color: Cashmere. HEX triplet: C6, AA and 93. RGB value is (198,170,147). Sum of RGB (Red+Green+Blue) = 198+170+147=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA93 is #39556C. Grayscale: #AFAFAF. Windows color (decimal): -3757421 or 9677510. OLE color: 9677510.

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

Color convert

RGB 198 170 147 -
CMYK 0 0.14 0.26 0.22
HSL 27.06º 0.31% 0.68% -
HSV(B) 27.06º 0.26% 0.78% -
XYZ 42.93 42.86 33.61 -
YUV 175.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 198 170 147 0 0.14 0.26 0.22 27.06 0.31 0.68
Hex C6 AA 93 0 E 1A 16 1B 1F 44
Octal 306 252 223 0 16 32 26 33 37 104
Binary 11000110 10101010 10010011 0 1110 11010 10110 11011 11111 1000100

Color Harmonies of #C6AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA93

Black with #C6AA93

Text Example


Text Example

White with #C6AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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