Html Css Color HEX #C0931C Buddha Gold

📋 copy color: '#C0931C'

red 192 ◦ green 147 ◦ blue 28

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

Shades of Buddha Gold #C0931C

Tints of Buddha Gold #C0931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 52.32%
G = 40.05%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0931C (or 0xC0931C) is known color: Buddha Gold. HEX triplet: C0, 93 and 1C. RGB value is (192,147,28). Sum of RGB (Red+Green+Blue) = 192+147+28=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0931C is #3F6CE3. Grayscale: #939393. Windows color (decimal): -4156644 or 1872832. OLE color: 1872832.

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

Color convert

RGB 192 147 28 -
CMYK 0 0.23 0.85 0.25
HSL 43.54º 0.75% 0.43% -
HSV(B) 43.54º 0.85% 0.75% -
XYZ 32.38 32.16 5.6 -
YUV 146.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 192 147 28 0 0.23 0.85 0.25 43.54 0.75 0.43
Hex C0 93 1C 0 17 55 19 2C 4B 2B
Octal 300 223 34 0 27 125 31 54 113 53
Binary 11000000 10010011 11100 0 10111 1010101 11001 101100 1001011 101011

Color Harmonies of #C0931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0931C

Black with #C0931C

Text Example


Text Example

White with #C0931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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