Html Css Color HEX #C8930F Buddha Gold

📋 copy color: '#C8930F'

red 200 ◦ green 147 ◦ blue 15

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

Shades of Buddha Gold #C8930F

Tints of Buddha Gold #C8930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 55.25%
G = 40.61%
B = 4.14%

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

#C8930F (or 0xC8930F) is known color: Buddha Gold. HEX triplet: C8, 93 and 0F. RGB value is (200,147,15). Sum of RGB (Red+Green+Blue) = 200+147+15=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8930F is #376CF0. Grayscale: #949494. Windows color (decimal): -3632369 or 1020872. OLE color: 1020872.

HSL color Cylindrical-coordinate representation of color #C8930F: hue angle of 42.81º 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 #C8930F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 147 15 -
CMYK 0 0.26 0.92 0.22
HSL 42.81º 0.86% 0.42% -
HSV(B) 42.81º 0.93% 0.78% -
XYZ 34.34 33.18 5.05 -
YUV 147.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 200 147 15 0 0.26 0.92 0.22 42.81 0.86 0.42
Hex C8 93 F 0 1A 5C 16 2B 56 2A
Octal 310 223 17 0 32 134 26 53 126 52
Binary 11001000 10010011 1111 0 11010 1011100 10110 101011 1010110 101010

Color Harmonies of #C8930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8930F

Black with #C8930F

Text Example


Text Example

White with #C8930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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