Html Css Color HEX #C7AF9A Cashmere

📋 copy color: '#C7AF9A'

red 199 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #C7AF9A

Tints of Cashmere #C7AF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

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

R = 37.69%
G = 33.14%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7AF9A (or 0xC7AF9A) is known color: Cashmere. HEX triplet: C7, AF and 9A. RGB value is (199,175,154). Sum of RGB (Red+Green+Blue) = 199+175+154=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF9A is #385065. Grayscale: #B3B3B3. Windows color (decimal): -3690598 or 10137543. OLE color: 10137543.

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

Color convert

RGB 199 175 154 -
CMYK 0 0.12 0.23 0.22
HSL 28º 0.29% 0.69% -
HSV(B) 28º 0.23% 0.78% -
XYZ 44.72 45.14 36.93 -
YUV 179.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 199 175 154 0 0.12 0.23 0.22 28 0.29 0.69
Hex C7 AF 9A 0 C 17 16 1C 1D 45
Octal 307 257 232 0 14 27 26 34 35 105
Binary 11000111 10101111 10011010 0 1100 10111 10110 11100 11101 1000101

Color Harmonies of #C7AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF9A

Black with #C7AF9A

Text Example


Text Example

White with #C7AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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