Html Css Color HEX #C7AF9C Cashmere

📋 copy color: '#C7AF9C'

red 199 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #C7AF9C

Tints of Cashmere #C7AF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 37.55%
G = 33.02%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7AF9C (or 0xC7AF9C) is known color: Cashmere. HEX triplet: C7, AF and 9C. RGB value is (199,175,156). Sum of RGB (Red+Green+Blue) = 199+175+156=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF9C is #385063. Grayscale: #B4B4B4. Windows color (decimal): -3690596 or 10268615. OLE color: 10268615.

HSL color Cylindrical-coordinate representation of color #C7AF9C: hue angle of 26.51º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AF9C is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 156 -
CMYK 0 0.12 0.22 0.22
HSL 26.51º 0.28% 0.7% -
HSV(B) 26.51º 0.22% 0.78% -
XYZ 44.88 45.2 37.81 -
YUV 180.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 199 175 156 0 0.12 0.22 0.22 26.51 0.28 0.7
Hex C7 AF 9C 0 C 16 16 1B 1C 46
Octal 307 257 234 0 14 26 26 33 34 106
Binary 11000111 10101111 10011100 0 1100 10110 10110 11011 11100 1000110

Color Harmonies of #C7AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF9C

Black with #C7AF9C

Text Example


Text Example

White with #C7AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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