Html Css Color HEX #C09A2B Nugget

📋 copy color: '#C09A2B'

red 192 ◦ green 154 ◦ blue 43

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

Shades of Nugget #C09A2B

Tints of Nugget #C09A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.05%

R = 49.36%
G = 39.59%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C09A2B (or 0xC09A2B) is known color: Nugget. HEX triplet: C0, 9A and 2B. RGB value is (192,154,43). Sum of RGB (Red+Green+Blue) = 192+154+43=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A2B is #3F65D4. Grayscale: #999999. Windows color (decimal): -4154837 or 2857664. OLE color: 2857664.

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

Color convert

RGB 192 154 43 -
CMYK 0 0.20 0.78 0.25
HSL 44.7º 0.63% 0.46% -
HSV(B) 44.7º 0.78% 0.75% -
XYZ 33.73 34.49 7.17 -
YUV 152.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 192 154 43 0 0.20 0.78 0.25 44.7 0.63 0.46
Hex C0 9A 2B 0 14 4E 19 2D 3F 2E
Octal 300 232 53 0 24 116 31 55 77 56
Binary 11000000 10011010 101011 0 10100 1001110 11001 101101 111111 101110

Color Harmonies of #C09A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A2B

Black with #C09A2B

Text Example


Text Example

White with #C09A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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