Html Css Color HEX #C7AD98 Cashmere

📋 copy color: '#C7AD98'

red 199 ◦ green 173 ◦ blue 152

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

Shades of Cashmere #C7AD98

Tints of Cashmere #C7AD98

RGB

 RED value IS 199 (78.13% from 255) = 37.98%

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

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

R = 37.98%
G = 33.02%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C7AD98 (or 0xC7AD98) is known color: Cashmere. HEX triplet: C7, AD and 98. RGB value is (199,173,152). Sum of RGB (Red+Green+Blue) = 199+173+152=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD98 is #385267. Grayscale: #B2B2B2. Windows color (decimal): -3691112 or 10005959. OLE color: 10005959.

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

Color convert

RGB 199 173 152 -
CMYK 0 0.13 0.24 0.22
HSL 26.81º 0.3% 0.69% -
HSV(B) 26.81º 0.24% 0.78% -
XYZ 44.16 44.3 35.93 -
YUV 178.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 199 173 152 0 0.13 0.24 0.22 26.81 0.3 0.69
Hex C7 AD 98 0 D 18 16 1B 1E 45
Octal 307 255 230 0 15 30 26 33 36 105
Binary 11000111 10101101 10011000 0 1101 11000 10110 11011 11110 1000101

Color Harmonies of #C7AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD98

Black with #C7AD98

Text Example


Text Example

White with #C7AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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