Html Css Color HEX #C3A60B Buddha Gold

📋 copy color: '#C3A60B'

red 195 ◦ green 166 ◦ blue 11

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

Shades of Buddha Gold #C3A60B

Tints of Buddha Gold #C3A60B

RGB

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

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

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

R = 52.42%
G = 44.62%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3A60B (or 0xC3A60B) is known color: Buddha Gold. HEX triplet: C3, A6 and 0B. RGB value is (195,166,11). Sum of RGB (Red+Green+Blue) = 195+166+11=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A60B is #3C59F4. Grayscale: #9D9D9D. Windows color (decimal): -3955189 or 763587. OLE color: 763587.

HSL color Cylindrical-coordinate representation of color #C3A60B: hue angle of 50.54º 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 #C3A60B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 11 -
CMYK 0 0.15 0.94 0.24
HSL 50.54º 0.89% 0.4% -
HSV(B) 50.54º 0.94% 0.76% -
XYZ 36.2 38.9 5.92 -
YUV 157 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 195 166 11 0 0.15 0.94 0.24 50.54 0.89 0.4
Hex C3 A6 B 0 F 5E 18 33 59 28
Octal 303 246 13 0 17 136 30 63 131 50
Binary 11000011 10100110 1011 0 1111 1011110 11000 110011 1011001 101000

Color Harmonies of #C3A60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A60B

Black with #C3A60B

Text Example


Text Example

White with #C3A60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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