Html Css Color HEX #C1A01C Buddha Gold

📋 copy color: '#C1A01C'

red 193 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #C1A01C

Tints of Buddha Gold #C1A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 50.66%
G = 41.99%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1A01C (or 0xC1A01C) is known color: Buddha Gold. HEX triplet: C1, A0 and 1C. RGB value is (193,160,28). Sum of RGB (Red+Green+Blue) = 193+160+28=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A01C is #3E5FE3. Grayscale: #9B9B9B. Windows color (decimal): -4087780 or 1876161. OLE color: 1876161.

HSL color Cylindrical-coordinate representation of color #C1A01C: hue angle of 48º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1A01C is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 160 28 -
CMYK 0 0.17 0.85 0.24
HSL 48º 0.75% 0.43% -
HSV(B) 48º 0.85% 0.76% -
XYZ 34.77 36.56 6.32 -
YUV 154.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 193 160 28 0 0.17 0.85 0.24 48 0.75 0.43
Hex C1 A0 1C 0 11 55 18 30 4B 2B
Octal 301 240 34 0 21 125 30 60 113 53
Binary 11000001 10100000 11100 0 10001 1010101 11000 110000 1001011 101011

Color Harmonies of #C1A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A01C

Black with #C1A01C

Text Example


Text Example

White with #C1A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A01C; }

 p { color: rgb(193,160,28); }

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

background-color css

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

 a { background-color: rgb(193,160,28); }

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

border-color css

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

 span { border-color: rgb(193,160,28); }

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