Html Css Color HEX #C8950F Buddha Gold

📋 copy color: '#C8950F'

red 200 ◦ green 149 ◦ blue 15

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

Shades of Buddha Gold #C8950F

Tints of Buddha Gold #C8950F

RGB

 RED value IS 200 (78.52% from 255) = 54.95%

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 54.95%
G = 40.93%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8950F (or 0xC8950F) is known color: Buddha Gold. HEX triplet: C8, 95 and 0F. RGB value is (200,149,15). Sum of RGB (Red+Green+Blue) = 200+149+15=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8950F is #376AF0. Grayscale: #959595. Windows color (decimal): -3631857 or 1021384. OLE color: 1021384.

HSL color Cylindrical-coordinate representation of color #C8950F: hue angle of 43.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8950F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 15 -
CMYK 0 0.26 0.92 0.22
HSL 43.46º 0.86% 0.42% -
HSV(B) 43.46º 0.93% 0.78% -
XYZ 34.65 33.81 5.15 -
YUV 148.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 200 149 15 0 0.26 0.92 0.22 43.46 0.86 0.42
Hex C8 95 F 0 1A 5C 16 2B 56 2A
Octal 310 225 17 0 32 134 26 53 126 52
Binary 11001000 10010101 1111 0 11010 1011100 10110 101011 1010110 101010

Color Harmonies of #C8950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8950F

Black with #C8950F

Text Example


Text Example

White with #C8950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8950F; }

 p { color: rgb(200,149,15); }

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

background-color css

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

 a { background-color: rgb(200,149,15); }

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

border-color css

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

 span { border-color: rgb(200,149,15); }

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