Html Css Color HEX #C9996E Fallow

📋 copy color: '#C9996E'

red 201 ◦ green 153 ◦ blue 110

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

Shades of Fallow #C9996E

Tints of Fallow #C9996E

RGB

 RED value IS 201 (78.91% from 255) = 43.32%

 GREEN value IS 153 (60.16% from 255) = 32.97%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 43.32%
G = 32.97%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9996E (or 0xC9996E) is known color: Fallow. HEX triplet: C9, 99 and 6E. RGB value is (201,153,110). Sum of RGB (Red+Green+Blue) = 201+153+110=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9996E is #366691. Grayscale: #A2A2A2. Windows color (decimal): -3565202 or 7248329. OLE color: 7248329.

HSL color Cylindrical-coordinate representation of color #C9996E: hue angle of 28.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9996E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 110 -
CMYK 0 0.24 0.45 0.21
HSL 28.35º 0.46% 0.61% -
HSV(B) 28.35º 0.45% 0.79% -
XYZ 38.29 36.33 19.75 -
YUV 162.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 201 153 110 0 0.24 0.45 0.21 28.35 0.46 0.61
Hex C9 99 6E 0 18 2D 15 1C 2E 3D
Octal 311 231 156 0 30 55 25 34 56 75
Binary 11001001 10011001 1101110 0 11000 101101 10101 11100 101110 111101

Color Harmonies of #C9996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9996E

Black with #C9996E

Text Example


Text Example

White with #C9996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9996E; }

 p { color: rgb(201,153,110); }

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

background-color css

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

 a { background-color: rgb(201,153,110); }

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

border-color css

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

 span { border-color: rgb(201,153,110); }

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