Html Css Color HEX #C3A10B Buddha Gold

📋 copy color: '#C3A10B'

red 195 ◦ green 161 ◦ blue 11

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

Shades of Buddha Gold #C3A10B

Tints of Buddha Gold #C3A10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.87%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 53.13%
G = 43.87%
B = 3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3A10B (or 0xC3A10B) is known color: Buddha Gold. HEX triplet: C3, A1 and 0B. RGB value is (195,161,11). Sum of RGB (Red+Green+Blue) = 195+161+11=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A10B is #3C5EF4. Grayscale: #9A9A9A. Windows color (decimal): -3956469 or 762307. OLE color: 762307.

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

Color convert

RGB 195 161 11 -
CMYK 0 0.17 0.94 0.24
HSL 48.91º 0.89% 0.4% -
HSV(B) 48.91º 0.94% 0.76% -
XYZ 35.31 37.12 5.62 -
YUV 154.07 47.26 157.2 -
System Red Green Blue C M Y K H S L
Decimal 195 161 11 0 0.17 0.94 0.24 48.91 0.89 0.4
Hex C3 A1 B 0 11 5E 18 31 59 28
Octal 303 241 13 0 21 136 30 61 131 50
Binary 11000011 10100001 1011 0 10001 1011110 11000 110001 1011001 101000

Color Harmonies of #C3A10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A10B

Black with #C3A10B

Text Example


Text Example

White with #C3A10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A10B; }

 p { color: rgb(195,161,11); }

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

background-color css

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

 a { background-color: rgb(195,161,11); }

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

border-color css

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

 span { border-color: rgb(195,161,11); }

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