Html Css Color HEX #C6AA98 Cashmere

📋 copy color: '#C6AA98'

red 198 ◦ green 170 ◦ blue 152

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

Shades of Cashmere #C6AA98

Tints of Cashmere #C6AA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 38.08%
G = 32.69%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C6AA98 (or 0xC6AA98) is known color: Cashmere. HEX triplet: C6, AA and 98. RGB value is (198,170,152). Sum of RGB (Red+Green+Blue) = 198+170+152=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA98 is #395567. Grayscale: #B0B0B0. Windows color (decimal): -3757416 or 10005190. OLE color: 10005190.

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

Color convert

RGB 198 170 152 -
CMYK 0 0.14 0.23 0.22
HSL 23.48º 0.29% 0.69% -
HSV(B) 23.48º 0.23% 0.78% -
XYZ 43.33 43.02 35.73 -
YUV 176.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 198 170 152 0 0.14 0.23 0.22 23.48 0.29 0.69
Hex C6 AA 98 0 E 17 16 17 1D 45
Octal 306 252 230 0 16 27 26 27 35 105
Binary 11000110 10101010 10011000 0 1110 10111 10110 10111 11101 1000101

Color Harmonies of #C6AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA98

Black with #C6AA98

Text Example


Text Example

White with #C6AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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