Html Css Color HEX #C09027 Nugget

📋 copy color: '#C09027'

red 192 ◦ green 144 ◦ blue 39

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

Shades of Nugget #C09027

Tints of Nugget #C09027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 51.2%
G = 38.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09027 (or 0xC09027) is known color: Nugget. HEX triplet: C0, 90 and 27. RGB value is (192,144,39). Sum of RGB (Red+Green+Blue) = 192+144+39=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09027 is #3F6FD8. Grayscale: #929292. Windows color (decimal): -4157401 or 2592960. OLE color: 2592960.

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

Color convert

RGB 192 144 39 -
CMYK 0 0.25 0.80 0.25
HSL 41.18º 0.66% 0.45% -
HSV(B) 41.18º 0.8% 0.75% -
XYZ 32.08 31.3 6.27 -
YUV 146.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 192 144 39 0 0.25 0.80 0.25 41.18 0.66 0.45
Hex C0 90 27 0 19 50 19 29 42 2D
Octal 300 220 47 0 31 120 31 51 102 55
Binary 11000000 10010000 100111 0 11001 1010000 11001 101001 1000010 101101

Color Harmonies of #C09027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09027

Black with #C09027

Text Example


Text Example

White with #C09027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09027; }

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

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

background-color css

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

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

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

border-color css

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

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

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