Html Css Color HEX #C08E2C Nugget

📋 copy color: '#C08E2C'

red 192 ◦ green 142 ◦ blue 44

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

Shades of Nugget #C08E2C

Tints of Nugget #C08E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 44 (17.58% from 255) = 11.64%

R = 50.79%
G = 37.57%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C08E2C (or 0xC08E2C) is known color: Nugget. HEX triplet: C0, 8E and 2C. RGB value is (192,142,44). Sum of RGB (Red+Green+Blue) = 192+142+44=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E2C is #3F71D3. Grayscale: #929292. Windows color (decimal): -4157908 or 2920128. OLE color: 2920128.

HSL color Cylindrical-coordinate representation of color #C08E2C: hue angle of 39.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C08E2C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 44 -
CMYK 0 0.26 0.77 0.25
HSL 39.73º 0.63% 0.46% -
HSV(B) 39.73º 0.77% 0.75% -
XYZ 31.87 30.73 6.64 -
YUV 145.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 192 142 44 0 0.26 0.77 0.25 39.73 0.63 0.46
Hex C0 8E 2C 0 1A 4D 19 28 3F 2E
Octal 300 216 54 0 32 115 31 50 77 56
Binary 11000000 10001110 101100 0 11010 1001101 11001 101000 111111 101110

Color Harmonies of #C08E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E2C

Black with #C08E2C

Text Example


Text Example

White with #C08E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E2C; }

 p { color: rgb(192,142,44); }

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

background-color css

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

 a { background-color: rgb(192,142,44); }

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

border-color css

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

 span { border-color: rgb(192,142,44); }

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