Html Css Color HEX #C99964 Fallow

📋 copy color: '#C99964'

red 201 ◦ green 153 ◦ blue 100

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

Shades of Fallow #C99964

Tints of Fallow #C99964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 44.27%
G = 33.7%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C99964 (or 0xC99964) is known color: Fallow. HEX triplet: C9, 99 and 64. RGB value is (201,153,100). Sum of RGB (Red+Green+Blue) = 201+153+100=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C99964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99964 is #36669B. Grayscale: #A1A1A1. Windows color (decimal): -3565212 or 6592969. OLE color: 6592969.

HSL color Cylindrical-coordinate representation of color #C99964: hue angle of 31.49º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C99964 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 100 -
CMYK 0 0.24 0.50 0.21
HSL 31.49º 0.48% 0.59% -
HSV(B) 31.49º 0.5% 0.79% -
XYZ 37.78 36.12 17.04 -
YUV 161.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 201 153 100 0 0.24 0.50 0.21 31.49 0.48 0.59
Hex C9 99 64 0 18 32 15 1F 30 3B
Octal 311 231 144 0 30 62 25 37 60 73
Binary 11001001 10011001 1100100 0 11000 110010 10101 11111 110000 111011

Color Harmonies of #C99964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99964

Black with #C99964

Text Example


Text Example

White with #C99964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99964; }

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

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

background-color css

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

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

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

border-color css

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

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

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