Html Css Color HEX #C3A302 Buddha Gold

📋 copy color: '#C3A302'

red 195 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #C3A302

Tints of Buddha Gold #C3A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.28%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 54.17%
G = 45.28%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3A302 (or 0xC3A302) is known color: Buddha Gold. HEX triplet: C3, A3 and 02. RGB value is (195,163,2). Sum of RGB (Red+Green+Blue) = 195+163+2=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A302 is #3C5CFD. Grayscale: #9A9A9A. Windows color (decimal): -3955966 or 172995. OLE color: 172995.

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

Color convert

RGB 195 163 2 -
CMYK 0 0.16 0.99 0.24
HSL 50.05º 0.98% 0.39% -
HSV(B) 50.05º 0.99% 0.76% -
XYZ 35.61 37.8 5.48 -
YUV 154.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 195 163 2 0 0.16 0.99 0.24 50.05 0.98 0.39
Hex C3 A3 2 0 10 63 18 32 62 27
Octal 303 243 2 0 20 143 30 62 142 47
Binary 11000011 10100011 10 0 10000 1100011 11000 110010 1100010 100111

Color Harmonies of #C3A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A302

Black with #C3A302

Text Example


Text Example

White with #C3A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A302; }

 p { color: rgb(195,163,2); }

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

background-color css

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

 a { background-color: rgb(195,163,2); }

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

border-color css

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

 span { border-color: rgb(195,163,2); }

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