Html Css Color HEX #C5980A Buddha Gold

📋 copy color: '#C5980A'

red 197 ◦ green 152 ◦ blue 10

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

Shades of Buddha Gold #C5980A

Tints of Buddha Gold #C5980A

RGB

 RED value IS 197 (77.34% from 255) = 54.87%

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 54.87%
G = 42.34%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5980A (or 0xC5980A) is known color: Buddha Gold. HEX triplet: C5, 98 and 0A. RGB value is (197,152,10). Sum of RGB (Red+Green+Blue) = 197+152+10=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5980A is #3A67F5. Grayscale: #959595. Windows color (decimal): -3827702 or 694469. OLE color: 694469.

HSL color Cylindrical-coordinate representation of color #C5980A: hue angle of 45.56º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5980A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 10 -
CMYK 0 0.23 0.95 0.23
HSL 45.56º 0.9% 0.41% -
HSV(B) 45.56º 0.95% 0.77% -
XYZ 34.31 34.35 5.11 -
YUV 149.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 197 152 10 0 0.23 0.95 0.23 45.56 0.9 0.41
Hex C5 98 A 0 17 5F 17 2E 5A 29
Octal 305 230 12 0 27 137 27 56 132 51
Binary 11000101 10011000 1010 0 10111 1011111 10111 101110 1011010 101001

Color Harmonies of #C5980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5980A

Black with #C5980A

Text Example


Text Example

White with #C5980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5980A; }

 p { color: rgb(197,152,10); }

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

background-color css

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

 a { background-color: rgb(197,152,10); }

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

border-color css

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

 span { border-color: rgb(197,152,10); }

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