Html Css Color HEX #C99F70 Fallow

📋 copy color: '#C99F70'

red 201 ◦ green 159 ◦ blue 112

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

Shades of Fallow #C99F70

Tints of Fallow #C99F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.69%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 42.58%
G = 33.69%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C99F70 (or 0xC99F70) is known color: Fallow. HEX triplet: C9, 9F and 70. RGB value is (201,159,112). Sum of RGB (Red+Green+Blue) = 201+159+112=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F70 is #36608F. Grayscale: #A6A6A6. Windows color (decimal): -3563664 or 7380937. OLE color: 7380937.

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

Color convert

RGB 201 159 112 -
CMYK 0 0.21 0.44 0.21
HSL 31.69º 0.45% 0.61% -
HSV(B) 31.69º 0.44% 0.79% -
XYZ 39.41 38.38 20.66 -
YUV 166.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 201 159 112 0 0.21 0.44 0.21 31.69 0.45 0.61
Hex C9 9F 70 0 15 2C 15 20 2D 3D
Octal 311 237 160 0 25 54 25 40 55 75
Binary 11001001 10011111 1110000 0 10101 101100 10101 100000 101101 111101

Color Harmonies of #C99F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F70

Black with #C99F70

Text Example


Text Example

White with #C99F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F70; }

 p { color: rgb(201,159,112); }

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

background-color css

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

 a { background-color: rgb(201,159,112); }

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

border-color css

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

 span { border-color: rgb(201,159,112); }

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