Html Css Color HEX #C09A2C Nugget

📋 copy color: '#C09A2C'

red 192 ◦ green 154 ◦ blue 44

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

Shades of Nugget #C09A2C

Tints of Nugget #C09A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 49.23%
G = 39.49%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C09A2C (or 0xC09A2C) is known color: Nugget. HEX triplet: C0, 9A and 2C. RGB value is (192,154,44). Sum of RGB (Red+Green+Blue) = 192+154+44=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A2C is #3F65D3. Grayscale: #999999. Windows color (decimal): -4154836 or 2923200. OLE color: 2923200.

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

Color convert

RGB 192 154 44 -
CMYK 0 0.20 0.77 0.25
HSL 44.59º 0.63% 0.46% -
HSV(B) 44.59º 0.77% 0.75% -
XYZ 33.75 34.5 7.26 -
YUV 152.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 192 154 44 0 0.20 0.77 0.25 44.59 0.63 0.46
Hex C0 9A 2C 0 14 4D 19 2D 3F 2E
Octal 300 232 54 0 24 115 31 55 77 56
Binary 11000000 10011010 101100 0 10100 1001101 11001 101101 111111 101110

Color Harmonies of #C09A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A2C

Black with #C09A2C

Text Example


Text Example

White with #C09A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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