Html Css Color HEX #C3A21B Buddha Gold

📋 copy color: '#C3A21B'

red 195 ◦ green 162 ◦ blue 27

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

Shades of Buddha Gold #C3A21B

Tints of Buddha Gold #C3A21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

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

R = 50.78%
G = 42.19%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3A21B (or 0xC3A21B) is known color: Buddha Gold. HEX triplet: C3, A2 and 1B. RGB value is (195,162,27). Sum of RGB (Red+Green+Blue) = 195+162+27=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A21B is #3C5DE4. Grayscale: #9D9D9D. Windows color (decimal): -3956197 or 1811139. OLE color: 1811139.

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

Color convert

RGB 195 162 27 -
CMYK 0 0.17 0.86 0.24
HSL 48.21º 0.76% 0.44% -
HSV(B) 48.21º 0.86% 0.76% -
XYZ 35.62 37.52 6.4 -
YUV 156.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 195 162 27 0 0.17 0.86 0.24 48.21 0.76 0.44
Hex C3 A2 1B 0 11 56 18 30 4C 2C
Octal 303 242 33 0 21 126 30 60 114 54
Binary 11000011 10100010 11011 0 10001 1010110 11000 110000 1001100 101100

Color Harmonies of #C3A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A21B

Black with #C3A21B

Text Example


Text Example

White with #C3A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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