Html Css Color HEX #C7AB93 Cashmere

📋 copy color: '#C7AB93'

red 199 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #C7AB93

Tints of Cashmere #C7AB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 38.49%
G = 33.08%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7AB93 (or 0xC7AB93) is known color: Cashmere. HEX triplet: C7, AB and 93. RGB value is (199,171,147). Sum of RGB (Red+Green+Blue) = 199+171+147=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB93 is #38546C. Grayscale: #B0B0B0. Windows color (decimal): -3691629 or 9677767. OLE color: 9677767.

HSL color Cylindrical-coordinate representation of color #C7AB93: hue angle of 27.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7AB93 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 147 -
CMYK 0 0.14 0.26 0.22
HSL 27.69º 0.32% 0.68% -
HSV(B) 27.69º 0.26% 0.78% -
XYZ 43.38 43.37 33.69 -
YUV 176.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 199 171 147 0 0.14 0.26 0.22 27.69 0.32 0.68
Hex C7 AB 93 0 E 1A 16 1C 20 44
Octal 307 253 223 0 16 32 26 34 40 104
Binary 11000111 10101011 10010011 0 1110 11010 10110 11100 100000 1000100

Color Harmonies of #C7AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB93

Black with #C7AB93

Text Example


Text Example

White with #C7AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB93; }

 p { color: rgb(199,171,147); }

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

background-color css

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

 a { background-color: rgb(199,171,147); }

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

border-color css

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

 span { border-color: rgb(199,171,147); }

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