Html Css Color HEX #C08F2B Nugget

📋 copy color: '#C08F2B'

red 192 ◦ green 143 ◦ blue 43

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

Shades of Nugget #C08F2B

Tints of Nugget #C08F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 50.79%
G = 37.83%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C08F2B (or 0xC08F2B) is known color: Nugget. HEX triplet: C0, 8F and 2B. RGB value is (192,143,43). Sum of RGB (Red+Green+Blue) = 192+143+43=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F2B is #3F70D4. Grayscale: #929292. Windows color (decimal): -4157653 or 2854848. OLE color: 2854848.

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

Color convert

RGB 192 143 43 -
CMYK 0 0.26 0.78 0.25
HSL 40.27º 0.63% 0.46% -
HSV(B) 40.27º 0.78% 0.75% -
XYZ 32 31.03 6.59 -
YUV 146.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 192 143 43 0 0.26 0.78 0.25 40.27 0.63 0.46
Hex C0 8F 2B 0 1A 4E 19 28 3F 2E
Octal 300 217 53 0 32 116 31 50 77 56
Binary 11000000 10001111 101011 0 11010 1001110 11001 101000 111111 101110

Color Harmonies of #C08F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F2B

Black with #C08F2B

Text Example


Text Example

White with #C08F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F2B; }

 p { color: rgb(192,143,43); }

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

background-color css

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

 a { background-color: rgb(192,143,43); }

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

border-color css

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

 span { border-color: rgb(192,143,43); }

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