Html Css Color HEX #C4A603 Buddha Gold

📋 copy color: '#C4A603'

red 196 ◦ green 166 ◦ blue 3

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

Shades of Buddha Gold #C4A603

Tints of Buddha Gold #C4A603

RGB

 RED value IS 196 (76.95% from 255) = 53.7%

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 53.7%
G = 45.48%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4A603 (or 0xC4A603) is known color: Buddha Gold. HEX triplet: C4, A6 and 03. RGB value is (196,166,3). Sum of RGB (Red+Green+Blue) = 196+166+3=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A603 is #3B59FC. Grayscale: #9D9D9D. Windows color (decimal): -3889661 or 239300. OLE color: 239300.

HSL color Cylindrical-coordinate representation of color #C4A603: hue angle of 50.67º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4A603 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 3 -
CMYK 0 0.15 0.98 0.23
HSL 50.67º 0.97% 0.39% -
HSV(B) 50.67º 0.98% 0.77% -
XYZ 36.42 39.01 5.7 -
YUV 156.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 196 166 3 0 0.15 0.98 0.23 50.67 0.97 0.39
Hex C4 A6 3 0 F 62 17 33 61 27
Octal 304 246 3 0 17 142 27 63 141 47
Binary 11000100 10100110 11 0 1111 1100010 10111 110011 1100001 100111

Color Harmonies of #C4A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A603

Black with #C4A603

Text Example


Text Example

White with #C4A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A603; }

 p { color: rgb(196,166,3); }

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

background-color css

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

 a { background-color: rgb(196,166,3); }

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

border-color css

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

 span { border-color: rgb(196,166,3); }

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