Html Css Color HEX #C09462 Fallow

📋 copy color: '#C09462'

red 192 ◦ green 148 ◦ blue 98

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

Shades of Fallow #C09462

Tints of Fallow #C09462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 43.84%
G = 33.79%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C09462 (or 0xC09462) is known color: Fallow. HEX triplet: C0, 94 and 62. RGB value is (192,148,98). Sum of RGB (Red+Green+Blue) = 192+148+98=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09462 is #3F6B9D. Grayscale: #9B9B9B. Windows color (decimal): -4156318 or 6460608. OLE color: 6460608.

HSL color Cylindrical-coordinate representation of color #C09462: hue angle of 31.91º 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 #C09462 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 98 -
CMYK 0 0.23 0.49 0.25
HSL 31.91º 0.43% 0.57% -
HSV(B) 31.91º 0.49% 0.75% -
XYZ 34.53 33.27 16.16 -
YUV 155.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 192 148 98 0 0.23 0.49 0.25 31.91 0.43 0.57
Hex C0 94 62 0 17 31 19 20 2B 39
Octal 300 224 142 0 27 61 31 40 53 71
Binary 11000000 10010100 1100010 0 10111 110001 11001 100000 101011 111001

Color Harmonies of #C09462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09462

Black with #C09462

Text Example


Text Example

White with #C09462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09462; }

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

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

background-color css

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

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

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

border-color css

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

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

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