Html Css Color HEX #C19C04 Buddha Gold

📋 copy color: '#C19C04'

red 193 ◦ green 156 ◦ blue 4

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

Shades of Buddha Gold #C19C04

Tints of Buddha Gold #C19C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 54.67%
G = 44.19%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C19C04 (or 0xC19C04) is known color: Buddha Gold. HEX triplet: C1, 9C and 04. RGB value is (193,156,4). Sum of RGB (Red+Green+Blue) = 193+156+4=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C04 is #3E63FB. Grayscale: #969696. Windows color (decimal): -4088828 or 302273. OLE color: 302273.

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

Color convert

RGB 193 156 4 -
CMYK 0 0.19 0.98 0.24
HSL 48.25º 0.96% 0.39% -
HSV(B) 48.25º 0.98% 0.76% -
XYZ 33.9 35.12 5.11 -
YUV 149.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 193 156 4 0 0.19 0.98 0.24 48.25 0.96 0.39
Hex C1 9C 4 0 13 62 18 30 60 27
Octal 301 234 4 0 23 142 30 60 140 47
Binary 11000001 10011100 100 0 10011 1100010 11000 110000 1100000 100111

Color Harmonies of #C19C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C04

Black with #C19C04

Text Example


Text Example

White with #C19C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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