Html Css Color HEX #C6AD98 Cashmere

📋 copy color: '#C6AD98'

red 198 ◦ green 173 ◦ blue 152

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

Shades of Cashmere #C6AD98

Tints of Cashmere #C6AD98

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

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

R = 37.86%
G = 33.08%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C6AD98 (or 0xC6AD98) is known color: Cashmere. HEX triplet: C6, AD and 98. RGB value is (198,173,152). Sum of RGB (Red+Green+Blue) = 198+173+152=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD98 is #395267. Grayscale: #B2B2B2. Windows color (decimal): -3756648 or 10005958. OLE color: 10005958.

HSL color Cylindrical-coordinate representation of color #C6AD98: hue angle of 27.39º 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 #C6AD98 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 152 -
CMYK 0 0.13 0.23 0.22
HSL 27.39º 0.29% 0.69% -
HSV(B) 27.39º 0.23% 0.78% -
XYZ 43.9 44.16 35.92 -
YUV 178.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 198 173 152 0 0.13 0.23 0.22 27.39 0.29 0.69
Hex C6 AD 98 0 D 17 16 1B 1D 45
Octal 306 255 230 0 15 27 26 33 35 105
Binary 11000110 10101101 10011000 0 1101 10111 10110 11011 11101 1000101

Color Harmonies of #C6AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD98

Black with #C6AD98

Text Example


Text Example

White with #C6AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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