Html Css Color HEX #C18C21 Nugget

📋 copy color: '#C18C21'

red 193 ◦ green 140 ◦ blue 33

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

Shades of Nugget #C18C21

Tints of Nugget #C18C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.02%

R = 52.73%
G = 38.25%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18C21 (or 0xC18C21) is known color: Nugget. HEX triplet: C1, 8C and 21. RGB value is (193,140,33). Sum of RGB (Red+Green+Blue) = 193+140+33=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C21 is #3E73DE. Grayscale: #909090. Windows color (decimal): -4092895 or 2198721. OLE color: 2198721.

HSL color Cylindrical-coordinate representation of color #C18C21: hue angle of 40.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18C21 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 140 33 -
CMYK 0 0.27 0.83 0.24
HSL 40.13º 0.71% 0.44% -
HSV(B) 40.13º 0.83% 0.76% -
XYZ 31.64 30.2 5.6 -
YUV 143.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 193 140 33 0 0.27 0.83 0.24 40.13 0.71 0.44
Hex C1 8C 21 0 1B 53 18 28 47 2C
Octal 301 214 41 0 33 123 30 50 107 54
Binary 11000001 10001100 100001 0 11011 1010011 11000 101000 1000111 101100

Color Harmonies of #C18C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C21

Black with #C18C21

Text Example


Text Example

White with #C18C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C21; }

 p { color: rgb(193,140,33); }

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

background-color css

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

 a { background-color: rgb(193,140,33); }

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

border-color css

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

 span { border-color: rgb(193,140,33); }

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