Html Css Color HEX #C09823 Nugget

📋 copy color: '#C09823'

red 192 ◦ green 152 ◦ blue 35

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

Shades of Nugget #C09823

Tints of Nugget #C09823

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 50.66%
G = 40.11%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09823 (or 0xC09823) is known color: Nugget. HEX triplet: C0, 98 and 23. RGB value is (192,152,35). Sum of RGB (Red+Green+Blue) = 192+152+35=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09823 is #3F67DC. Grayscale: #979797. Windows color (decimal): -4155357 or 2332864. OLE color: 2332864.

HSL color Cylindrical-coordinate representation of color #C09823: hue angle of 44.71º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09823 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 35 -
CMYK 0 0.21 0.82 0.25
HSL 44.71º 0.69% 0.45% -
HSV(B) 44.71º 0.82% 0.75% -
XYZ 33.27 33.78 6.36 -
YUV 150.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 192 152 35 0 0.21 0.82 0.25 44.71 0.69 0.45
Hex C0 98 23 0 15 52 19 2D 45 2D
Octal 300 230 43 0 25 122 31 55 105 55
Binary 11000000 10011000 100011 0 10101 1010010 11001 101101 1000101 101101

Color Harmonies of #C09823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09823

Black with #C09823

Text Example


Text Example

White with #C09823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09823; }

 p { color: rgb(192,152,35); }

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

background-color css

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

 a { background-color: rgb(192,152,35); }

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

border-color css

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

 span { border-color: rgb(192,152,35); }

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