Html Css Color HEX #C7AD9A Cashmere

📋 copy color: '#C7AD9A'

red 199 ◦ green 173 ◦ blue 154

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

Shades of Cashmere #C7AD9A

Tints of Cashmere #C7AD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.28%

R = 37.83%
G = 32.89%
B = 29.28%

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

#C7AD9A (or 0xC7AD9A) is known color: Cashmere. HEX triplet: C7, AD and 9A. RGB value is (199,173,154). Sum of RGB (Red+Green+Blue) = 199+173+154=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD9A is #385265. Grayscale: #B2B2B2. Windows color (decimal): -3691110 or 10137031. OLE color: 10137031.

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

Color convert

RGB 199 173 154 -
CMYK 0 0.13 0.23 0.22
HSL 25.33º 0.29% 0.69% -
HSV(B) 25.33º 0.23% 0.78% -
XYZ 44.33 44.36 36.8 -
YUV 178.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 199 173 154 0 0.13 0.23 0.22 25.33 0.29 0.69
Hex C7 AD 9A 0 D 17 16 19 1D 45
Octal 307 255 232 0 15 27 26 31 35 105
Binary 11000111 10101101 10011010 0 1101 10111 10110 11001 11101 1000101

Color Harmonies of #C7AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD9A

Black with #C7AD9A

Text Example


Text Example

White with #C7AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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