Html Css Color HEX #C19C2E Nugget

📋 copy color: '#C19C2E'

red 193 ◦ green 156 ◦ blue 46

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

Shades of Nugget #C19C2E

Tints of Nugget #C19C2E

RGB

 RED value IS 193 (75.78% from 255) = 48.86%

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 48.86%
G = 39.49%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C19C2E (or 0xC19C2E) is known color: Nugget. HEX triplet: C1, 9C and 2E. RGB value is (193,156,46). Sum of RGB (Red+Green+Blue) = 193+156+46=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C2E is #3E63D1. Grayscale: #9B9B9B. Windows color (decimal): -4088786 or 3054785. OLE color: 3054785.

HSL color Cylindrical-coordinate representation of color #C19C2E: hue angle of 44.9º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C19C2E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 46 -
CMYK 0 0.19 0.76 0.24
HSL 44.9º 0.62% 0.47% -
HSV(B) 44.9º 0.76% 0.76% -
XYZ 34.37 35.31 7.59 -
YUV 154.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 193 156 46 0 0.19 0.76 0.24 44.9 0.62 0.47
Hex C1 9C 2E 0 13 4C 18 2D 3E 2F
Octal 301 234 56 0 23 114 30 55 76 57
Binary 11000001 10011100 101110 0 10011 1001100 11000 101101 111110 101111

Color Harmonies of #C19C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C2E

Black with #C19C2E

Text Example


Text Example

White with #C19C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C2E; }

 p { color: rgb(193,156,46); }

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

background-color css

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

 a { background-color: rgb(193,156,46); }

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

border-color css

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

 span { border-color: rgb(193,156,46); }

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