Html Css Color HEX #C3A31B Buddha Gold

📋 copy color: '#C3A31B'

red 195 ◦ green 163 ◦ blue 27

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

Shades of Buddha Gold #C3A31B

Tints of Buddha Gold #C3A31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 50.65%
G = 42.34%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3A31B (or 0xC3A31B) is known color: Buddha Gold. HEX triplet: C3, A3 and 1B. RGB value is (195,163,27). Sum of RGB (Red+Green+Blue) = 195+163+27=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A31B is #3C5CE4. Grayscale: #9D9D9D. Windows color (decimal): -3955941 or 1811395. OLE color: 1811395.

HSL color Cylindrical-coordinate representation of color #C3A31B: hue angle of 48.57º degrees, saturation: 0.76, 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 #C3A31B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 27 -
CMYK 0 0.16 0.86 0.24
HSL 48.57º 0.76% 0.44% -
HSV(B) 48.57º 0.86% 0.76% -
XYZ 35.8 37.88 6.46 -
YUV 157.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 195 163 27 0 0.16 0.86 0.24 48.57 0.76 0.44
Hex C3 A3 1B 0 10 56 18 31 4C 2C
Octal 303 243 33 0 20 126 30 61 114 54
Binary 11000011 10100011 11011 0 10000 1010110 11000 110001 1001100 101100

Color Harmonies of #C3A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A31B

Black with #C3A31B

Text Example


Text Example

White with #C3A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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