Html Css Color HEX #C58F16 Buddha Gold

📋 copy color: '#C58F16'

red 197 ◦ green 143 ◦ blue 22

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

Shades of Buddha Gold #C58F16

Tints of Buddha Gold #C58F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 54.42%
G = 39.5%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C58F16 (or 0xC58F16) is known color: Buddha Gold. HEX triplet: C5, 8F and 16. RGB value is (197,143,22). Sum of RGB (Red+Green+Blue) = 197+143+22=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F16 is #3A70E9. Grayscale: #919191. Windows color (decimal): -3829994 or 1478597. OLE color: 1478597.

HSL color Cylindrical-coordinate representation of color #C58F16: hue angle of 41.49º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58F16 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 143 22 -
CMYK 0 0.27 0.89 0.23
HSL 41.49º 0.8% 0.43% -
HSV(B) 41.49º 0.89% 0.77% -
XYZ 32.99 31.57 5.11 -
YUV 145.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 197 143 22 0 0.27 0.89 0.23 41.49 0.8 0.43
Hex C5 8F 16 0 1B 59 17 29 50 2B
Octal 305 217 26 0 33 131 27 51 120 53
Binary 11000101 10001111 10110 0 11011 1011001 10111 101001 1010000 101011

Color Harmonies of #C58F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F16

Black with #C58F16

Text Example


Text Example

White with #C58F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F16; }

 p { color: rgb(197,143,22); }

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

background-color css

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

 a { background-color: rgb(197,143,22); }

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

border-color css

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

 span { border-color: rgb(197,143,22); }

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