Html Css Color HEX #C3A01F Buddha Gold

📋 copy color: '#C3A01F'

red 195 ◦ green 160 ◦ blue 31

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

Shades of Buddha Gold #C3A01F

Tints of Buddha Gold #C3A01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 50.52%
G = 41.45%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A01F (or 0xC3A01F) is known color: Buddha Gold. HEX triplet: C3, A0 and 1F. RGB value is (195,160,31). Sum of RGB (Red+Green+Blue) = 195+160+31=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A01F is #3C5FE0. Grayscale: #9C9C9C. Windows color (decimal): -3956705 or 2072771. OLE color: 2072771.

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

Color convert

RGB 195 160 31 -
CMYK 0 0.18 0.84 0.24
HSL 47.2º 0.73% 0.44% -
HSV(B) 47.2º 0.84% 0.76% -
XYZ 35.32 36.84 6.55 -
YUV 155.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 195 160 31 0 0.18 0.84 0.24 47.2 0.73 0.44
Hex C3 A0 1F 0 12 54 18 2F 49 2C
Octal 303 240 37 0 22 124 30 57 111 54
Binary 11000011 10100000 11111 0 10010 1010100 11000 101111 1001001 101100

Color Harmonies of #C3A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A01F

Black with #C3A01F

Text Example


Text Example

White with #C3A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A01F; }

 p { color: rgb(195,160,31); }

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

background-color css

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

 a { background-color: rgb(195,160,31); }

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

border-color css

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

 span { border-color: rgb(195,160,31); }

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