Html Css Color HEX #C08C22 Nugget

📋 copy color: '#C08C22'

red 192 ◦ green 140 ◦ blue 34

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

Shades of Nugget #C08C22

Tints of Nugget #C08C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 52.46%
G = 38.25%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08C22 (or 0xC08C22) is known color: Nugget. HEX triplet: C0, 8C and 22. RGB value is (192,140,34). Sum of RGB (Red+Green+Blue) = 192+140+34=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C22 is #3F73DD. Grayscale: #8F8F8F. Windows color (decimal): -4158430 or 2264256. OLE color: 2264256.

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

Color convert

RGB 192 140 34 -
CMYK 0 0.27 0.82 0.25
HSL 40.25º 0.7% 0.44% -
HSV(B) 40.25º 0.82% 0.75% -
XYZ 31.41 30.08 5.66 -
YUV 143.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 192 140 34 0 0.27 0.82 0.25 40.25 0.7 0.44
Hex C0 8C 22 0 1B 52 19 28 46 2C
Octal 300 214 42 0 33 122 31 50 106 54
Binary 11000000 10001100 100010 0 11011 1010010 11001 101000 1000110 101100

Color Harmonies of #C08C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C22

Black with #C08C22

Text Example


Text Example

White with #C08C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C22; }

 p { color: rgb(192,140,34); }

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

background-color css

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

 a { background-color: rgb(192,140,34); }

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

border-color css

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

 span { border-color: rgb(192,140,34); }

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