Html Css Color HEX #C09962 Fallow

📋 copy color: '#C09962'

red 192 ◦ green 153 ◦ blue 98

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

Shades of Fallow #C09962

Tints of Fallow #C09962

RGB

 RED value IS 192 (75.39% from 255) = 43.34%

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 43.34%
G = 34.54%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C09962 (or 0xC09962) is known color: Fallow. HEX triplet: C0, 99 and 62. RGB value is (192,153,98). Sum of RGB (Red+Green+Blue) = 192+153+98=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C09962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09962 is #3F669D. Grayscale: #9E9E9E. Windows color (decimal): -4155038 or 6461888. OLE color: 6461888.

HSL color Cylindrical-coordinate representation of color #C09962: hue angle of 35.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C09962 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 98 -
CMYK 0 0.20 0.49 0.25
HSL 35.11º 0.43% 0.57% -
HSV(B) 35.11º 0.49% 0.75% -
XYZ 35.33 34.87 16.42 -
YUV 158.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 192 153 98 0 0.20 0.49 0.25 35.11 0.43 0.57
Hex C0 99 62 0 14 31 19 23 2B 39
Octal 300 231 142 0 24 61 31 43 53 71
Binary 11000000 10011001 1100010 0 10100 110001 11001 100011 101011 111001

Color Harmonies of #C09962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09962

Black with #C09962

Text Example


Text Example

White with #C09962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09962; }

 p { color: rgb(192,153,98); }

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

background-color css

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

 a { background-color: rgb(192,153,98); }

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

border-color css

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

 span { border-color: rgb(192,153,98); }

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