Html Css Color HEX #C9966D Fallow

📋 copy color: '#C9966D'

red 201 ◦ green 150 ◦ blue 109

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

Shades of Fallow #C9966D

Tints of Fallow #C9966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.61%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 43.7%
G = 32.61%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9966D (or 0xC9966D) is known color: Fallow. HEX triplet: C9, 96 and 6D. RGB value is (201,150,109). Sum of RGB (Red+Green+Blue) = 201+150+109=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9966D is #366992. Grayscale: #A0A0A0. Windows color (decimal): -3565971 or 7182025. OLE color: 7182025.

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

Color convert

RGB 201 150 109 -
CMYK 0 0.25 0.46 0.21
HSL 26.74º 0.46% 0.61% -
HSV(B) 26.74º 0.46% 0.79% -
XYZ 37.75 35.33 19.3 -
YUV 160.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 201 150 109 0 0.25 0.46 0.21 26.74 0.46 0.61
Hex C9 96 6D 0 19 2E 15 1B 2E 3D
Octal 311 226 155 0 31 56 25 33 56 75
Binary 11001001 10010110 1101101 0 11001 101110 10101 11011 101110 111101

Color Harmonies of #C9966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9966D

Black with #C9966D

Text Example


Text Example

White with #C9966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9966D; }

 p { color: rgb(201,150,109); }

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

background-color css

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

 a { background-color: rgb(201,150,109); }

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

border-color css

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

 span { border-color: rgb(201,150,109); }

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