Html Css Color HEX #C99D5F Fallow

📋 copy color: '#C99D5F'

red 201 ◦ green 157 ◦ blue 95

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

Shades of Fallow #C99D5F

Tints of Fallow #C99D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 44.37%
G = 34.66%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C99D5F (or 0xC99D5F) is known color: Fallow. HEX triplet: C9, 9D and 5F. RGB value is (201,157,95). Sum of RGB (Red+Green+Blue) = 201+157+95=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5F is #3662A0. Grayscale: #A3A3A3. Windows color (decimal): -3564193 or 6266313. OLE color: 6266313.

HSL color Cylindrical-coordinate representation of color #C99D5F: hue angle of 35.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C99D5F is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 157 95 -
CMYK 0 0.22 0.53 0.21
HSL 35.09º 0.5% 0.58% -
HSV(B) 35.09º 0.53% 0.79% -
XYZ 38.21 37.36 16.02 -
YUV 163.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 201 157 95 0 0.22 0.53 0.21 35.09 0.5 0.58
Hex C9 9D 5F 0 16 35 15 23 32 3A
Octal 311 235 137 0 26 65 25 43 62 72
Binary 11001001 10011101 1011111 0 10110 110101 10101 100011 110010 111010

Color Harmonies of #C99D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D5F

Black with #C99D5F

Text Example


Text Example

White with #C99D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D5F; }

 p { color: rgb(201,157,95); }

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

background-color css

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

 a { background-color: rgb(201,157,95); }

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

border-color css

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

 span { border-color: rgb(201,157,95); }

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