Html Css Color HEX #C08926 Nugget

📋 copy color: '#C08926'

red 192 ◦ green 137 ◦ blue 38

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

Shades of Nugget #C08926

Tints of Nugget #C08926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 38 (15.23% from 255) = 10.35%

R = 52.32%
G = 37.33%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08926 (or 0xC08926) is known color: Nugget. HEX triplet: C0, 89 and 26. RGB value is (192,137,38). Sum of RGB (Red+Green+Blue) = 192+137+38=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C08926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08926 is #3F76D9. Grayscale: #8E8E8E. Windows color (decimal): -4159194 or 2525632. OLE color: 2525632.

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

Color convert

RGB 192 137 38 -
CMYK 0 0.29 0.80 0.25
HSL 38.57º 0.67% 0.45% -
HSV(B) 38.57º 0.8% 0.75% -
XYZ 31.03 29.24 5.84 -
YUV 142.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 192 137 38 0 0.29 0.80 0.25 38.57 0.67 0.45
Hex C0 89 26 0 1D 50 19 27 43 2D
Octal 300 211 46 0 35 120 31 47 103 55
Binary 11000000 10001001 100110 0 11101 1010000 11001 100111 1000011 101101

Color Harmonies of #C08926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08926

Black with #C08926

Text Example


Text Example

White with #C08926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08926; }

 p { color: rgb(192,137,38); }

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

background-color css

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

 a { background-color: rgb(192,137,38); }

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

border-color css

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

 span { border-color: rgb(192,137,38); }

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