Html Css Color HEX #C09227 Nugget

📋 copy color: '#C09227'

red 192 ◦ green 146 ◦ blue 39

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

Shades of Nugget #C09227

Tints of Nugget #C09227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 39 (15.63% from 255) = 10.34%

R = 50.93%
G = 38.73%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09227 (or 0xC09227) is known color: Nugget. HEX triplet: C0, 92 and 27. RGB value is (192,146,39). Sum of RGB (Red+Green+Blue) = 192+146+39=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09227 is #3F6DD8. Grayscale: #949494. Windows color (decimal): -4156889 or 2593472. OLE color: 2593472.

HSL color Cylindrical-coordinate representation of color #C09227: hue angle of 41.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09227 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 39 -
CMYK 0 0.24 0.80 0.25
HSL 41.96º 0.66% 0.45% -
HSV(B) 41.96º 0.8% 0.75% -
XYZ 32.38 31.91 6.37 -
YUV 147.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 192 146 39 0 0.24 0.80 0.25 41.96 0.66 0.45
Hex C0 92 27 0 18 50 19 2A 42 2D
Octal 300 222 47 0 30 120 31 52 102 55
Binary 11000000 10010010 100111 0 11000 1010000 11001 101010 1000010 101101

Color Harmonies of #C09227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09227

Black with #C09227

Text Example


Text Example

White with #C09227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09227; }

 p { color: rgb(192,146,39); }

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

background-color css

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

 a { background-color: rgb(192,146,39); }

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

border-color css

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

 span { border-color: rgb(192,146,39); }

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