Html Css Color HEX #C7C0AB Cotton Seed

📋 copy color: '#C7C0AB'

red 199 ◦ green 192 ◦ blue 171

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

Shades of Cotton Seed #C7C0AB

Tints of Cotton Seed #C7C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 35.41%
G = 34.16%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7C0AB (or 0xC7C0AB) is known color: Cotton Seed. HEX triplet: C7, C0 and AB. RGB value is (199,192,171). Sum of RGB (Red+Green+Blue) = 199+192+171=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C0AB is #383F54. Grayscale: #BFBFBF. Windows color (decimal): -3686229 or 11256007. OLE color: 11256007.

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

Color convert

RGB 199 192 171 -
CMYK 0 0.04 0.14 0.22
HSL 45º 0.2% 0.73% -
HSV(B) 45º 0.14% 0.78% -
XYZ 49.75 52.78 46.09 -
YUV 191.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 199 192 171 0 0.04 0.14 0.22 45 0.2 0.73
Hex C7 C0 AB 0 4 E 16 2D 14 49
Octal 307 300 253 0 4 16 26 55 24 111
Binary 11000111 11000000 10101011 0 100 1110 10110 101101 10100 1001001

Color Harmonies of #C7C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0AB

Black with #C7C0AB

Text Example


Text Example

White with #C7C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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