Html Css Color HEX #C08D21 Nugget

📋 copy color: '#C08D21'

red 192 ◦ green 141 ◦ blue 33

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

Shades of Nugget #C08D21

Tints of Nugget #C08D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 33 (13.28% from 255) = 9.02%

R = 52.46%
G = 38.52%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08D21 (or 0xC08D21) is known color: Nugget. HEX triplet: C0, 8D and 21. RGB value is (192,141,33). Sum of RGB (Red+Green+Blue) = 192+141+33=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D21 is #3F72DE. Grayscale: #909090. Windows color (decimal): -4158175 or 2198976. OLE color: 2198976.

HSL color Cylindrical-coordinate representation of color #C08D21: hue angle of 40.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C08D21 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 141 33 -
CMYK 0 0.27 0.83 0.25
HSL 40.75º 0.71% 0.44% -
HSV(B) 40.75º 0.83% 0.75% -
XYZ 31.54 30.37 5.64 -
YUV 143.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 192 141 33 0 0.27 0.83 0.25 40.75 0.71 0.44
Hex C0 8D 21 0 1B 53 19 29 47 2C
Octal 300 215 41 0 33 123 31 51 107 54
Binary 11000000 10001101 100001 0 11011 1010011 11001 101001 1000111 101100

Color Harmonies of #C08D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D21

Black with #C08D21

Text Example


Text Example

White with #C08D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D21; }

 p { color: rgb(192,141,33); }

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

background-color css

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

 a { background-color: rgb(192,141,33); }

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

border-color css

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

 span { border-color: rgb(192,141,33); }

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