Html Css Color HEX #C08E23 Nugget

📋 copy color: '#C08E23'

red 192 ◦ green 142 ◦ blue 35

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

Shades of Nugget #C08E23

Tints of Nugget #C08E23

RGB

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

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

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

R = 52.03%
G = 38.48%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08E23 (or 0xC08E23) is known color: Nugget. HEX triplet: C0, 8E and 23. RGB value is (192,142,35). Sum of RGB (Red+Green+Blue) = 192+142+35=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E23 is #3F71DC. Grayscale: #919191. Windows color (decimal): -4157917 or 2330304. OLE color: 2330304.

HSL color Cylindrical-coordinate representation of color #C08E23: hue angle of 40.89º 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 #C08E23 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 35 -
CMYK 0 0.26 0.82 0.25
HSL 40.89º 0.69% 0.45% -
HSV(B) 40.89º 0.82% 0.75% -
XYZ 31.71 30.67 5.84 -
YUV 144.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 192 142 35 0 0.26 0.82 0.25 40.89 0.69 0.45
Hex C0 8E 23 0 1A 52 19 29 45 2D
Octal 300 216 43 0 32 122 31 51 105 55
Binary 11000000 10001110 100011 0 11010 1010010 11001 101001 1000101 101101

Color Harmonies of #C08E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E23

Black with #C08E23

Text Example


Text Example

White with #C08E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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