Html Css Color HEX #C0941F Buddha Gold

📋 copy color: '#C0941F'

red 192 ◦ green 148 ◦ blue 31

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

Shades of Buddha Gold #C0941F

Tints of Buddha Gold #C0941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 51.75%
G = 39.89%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0941F (or 0xC0941F) is known color: Buddha Gold. HEX triplet: C0, 94 and 1F. RGB value is (192,148,31). Sum of RGB (Red+Green+Blue) = 192+148+31=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0941F is #3F6BE0. Grayscale: #949494. Windows color (decimal): -4156385 or 2069696. OLE color: 2069696.

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

Color convert

RGB 192 148 31 -
CMYK 0 0.23 0.84 0.25
HSL 43.6º 0.72% 0.44% -
HSV(B) 43.6º 0.84% 0.75% -
XYZ 32.58 32.49 5.85 -
YUV 147.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 192 148 31 0 0.23 0.84 0.25 43.6 0.72 0.44
Hex C0 94 1F 0 17 54 19 2C 48 2C
Octal 300 224 37 0 27 124 31 54 110 54
Binary 11000000 10010100 11111 0 10111 1010100 11001 101100 1001000 101100

Color Harmonies of #C0941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0941F

Black with #C0941F

Text Example


Text Example

White with #C0941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0941F; }

 p { color: rgb(192,148,31); }

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

background-color css

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

 a { background-color: rgb(192,148,31); }

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

border-color css

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

 span { border-color: rgb(192,148,31); }

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