Html Css Color HEX #C0930F Buddha Gold

📋 copy color: '#C0930F'

red 192 ◦ green 147 ◦ blue 15

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

Shades of Buddha Gold #C0930F

Tints of Buddha Gold #C0930F

RGB

 RED value IS 192 (75.39% from 255) = 54.24%

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

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

R = 54.24%
G = 41.53%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0930F (or 0xC0930F) is known color: Buddha Gold. HEX triplet: C0, 93 and 0F. RGB value is (192,147,15). Sum of RGB (Red+Green+Blue) = 192+147+15=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0930F is #3F6CF0. Grayscale: #919191. Windows color (decimal): -4156657 or 1020864. OLE color: 1020864.

HSL color Cylindrical-coordinate representation of color #C0930F: hue angle of 44.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0930F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 15 -
CMYK 0 0.23 0.92 0.25
HSL 44.75º 0.86% 0.41% -
HSV(B) 44.75º 0.92% 0.75% -
XYZ 32.26 32.11 4.95 -
YUV 145.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 192 147 15 0 0.23 0.92 0.25 44.75 0.86 0.41
Hex C0 93 F 0 17 5C 19 2D 56 29
Octal 300 223 17 0 27 134 31 55 126 51
Binary 11000000 10010011 1111 0 10111 1011100 11001 101101 1010110 101001

Color Harmonies of #C0930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0930F

Black with #C0930F

Text Example


Text Example

White with #C0930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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