Html Css Color HEX #C29965 Fallow

📋 copy color: '#C29965'

red 194 ◦ green 153 ◦ blue 101

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

Shades of Fallow #C29965

Tints of Fallow #C29965

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

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

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 43.3%
G = 34.15%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C29965 (or 0xC29965) is known color: Fallow. HEX triplet: C2, 99 and 65. RGB value is (194,153,101). Sum of RGB (Red+Green+Blue) = 194+153+101=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29965 is #3D669A. Grayscale: #9F9F9F. Windows color (decimal): -4023963 or 6658498. OLE color: 6658498.

HSL color Cylindrical-coordinate representation of color #C29965: hue angle of 33.55º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C29965 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 101 -
CMYK 0 0.21 0.48 0.24
HSL 33.55º 0.43% 0.58% -
HSV(B) 33.55º 0.48% 0.76% -
XYZ 35.99 35.19 17.21 -
YUV 159.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 194 153 101 0 0.21 0.48 0.24 33.55 0.43 0.58
Hex C2 99 65 0 15 30 18 22 2B 3A
Octal 302 231 145 0 25 60 30 42 53 72
Binary 11000010 10011001 1100101 0 10101 110000 11000 100010 101011 111010

Color Harmonies of #C29965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29965

Black with #C29965

Text Example


Text Example

White with #C29965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29965; }

 p { color: rgb(194,153,101); }

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

background-color css

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

 a { background-color: rgb(194,153,101); }

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

border-color css

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

 span { border-color: rgb(194,153,101); }

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