Html Css Color HEX #C09A2E Nugget

📋 copy color: '#C09A2E'

red 192 ◦ green 154 ◦ blue 46

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

Shades of Nugget #C09A2E

Tints of Nugget #C09A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 48.98%
G = 39.29%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C09A2E (or 0xC09A2E) is known color: Nugget. HEX triplet: C0, 9A and 2E. RGB value is (192,154,46). Sum of RGB (Red+Green+Blue) = 192+154+46=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A2E is #3F65D1. Grayscale: #999999. Windows color (decimal): -4154834 or 3054272. OLE color: 3054272.

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

Color convert

RGB 192 154 46 -
CMYK 0 0.20 0.76 0.25
HSL 44.38º 0.61% 0.47% -
HSV(B) 44.38º 0.76% 0.75% -
XYZ 33.79 34.51 7.47 -
YUV 153.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 192 154 46 0 0.20 0.76 0.25 44.38 0.61 0.47
Hex C0 9A 2E 0 14 4C 19 2C 3D 2F
Octal 300 232 56 0 24 114 31 54 75 57
Binary 11000000 10011010 101110 0 10100 1001100 11001 101100 111101 101111

Color Harmonies of #C09A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A2E

Black with #C09A2E

Text Example


Text Example

White with #C09A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A2E; }

 p { color: rgb(192,154,46); }

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

background-color css

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

 a { background-color: rgb(192,154,46); }

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

border-color css

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

 span { border-color: rgb(192,154,46); }

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