Html Css Color HEX #C3A61C Buddha Gold

📋 copy color: '#C3A61C'

red 195 ◦ green 166 ◦ blue 28

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

Shades of Buddha Gold #C3A61C

Tints of Buddha Gold #C3A61C

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 50.13%
G = 42.67%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3A61C (or 0xC3A61C) is known color: Buddha Gold. HEX triplet: C3, A6 and 1C. RGB value is (195,166,28). Sum of RGB (Red+Green+Blue) = 195+166+28=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A61C is #3C59E3. Grayscale: #9F9F9F. Windows color (decimal): -3955172 or 1877699. OLE color: 1877699.

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

Color convert

RGB 195 166 28 -
CMYK 0 0.15 0.86 0.24
HSL 49.58º 0.75% 0.44% -
HSV(B) 49.58º 0.86% 0.76% -
XYZ 36.35 38.96 6.7 -
YUV 158.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 195 166 28 0 0.15 0.86 0.24 49.58 0.75 0.44
Hex C3 A6 1C 0 F 56 18 32 4B 2C
Octal 303 246 34 0 17 126 30 62 113 54
Binary 11000011 10100110 11100 0 1111 1010110 11000 110010 1001011 101100

Color Harmonies of #C3A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A61C

Black with #C3A61C

Text Example


Text Example

White with #C3A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A61C; }

 p { color: rgb(195,166,28); }

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

background-color css

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

 a { background-color: rgb(195,166,28); }

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

border-color css

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

 span { border-color: rgb(195,166,28); }

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