Html Css Color HEX #C19823 Nugget

📋 copy color: '#C19823'

red 193 ◦ green 152 ◦ blue 35

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

Shades of Nugget #C19823

Tints of Nugget #C19823

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

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

R = 50.79%
G = 40%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C19823 (or 0xC19823) is known color: Nugget. HEX triplet: C1, 98 and 23. RGB value is (193,152,35). Sum of RGB (Red+Green+Blue) = 193+152+35=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C19823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19823 is #3E67DC. Grayscale: #979797. Windows color (decimal): -4089821 or 2332865. OLE color: 2332865.

HSL color Cylindrical-coordinate representation of color #C19823: hue angle of 44.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C19823 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 35 -
CMYK 0 0.21 0.82 0.24
HSL 44.43º 0.69% 0.45% -
HSV(B) 44.43º 0.82% 0.76% -
XYZ 33.52 33.92 6.37 -
YUV 150.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 193 152 35 0 0.21 0.82 0.24 44.43 0.69 0.45
Hex C1 98 23 0 15 52 18 2C 45 2D
Octal 301 230 43 0 25 122 30 54 105 55
Binary 11000001 10011000 100011 0 10101 1010010 11000 101100 1000101 101101

Color Harmonies of #C19823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19823

Black with #C19823

Text Example


Text Example

White with #C19823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19823; }

 p { color: rgb(193,152,35); }

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

background-color css

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

 a { background-color: rgb(193,152,35); }

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

border-color css

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

 span { border-color: rgb(193,152,35); }

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