Html Css Color HEX #C0941A Buddha Gold

📋 copy color: '#C0941A'

red 192 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C0941A

Tints of Buddha Gold #C0941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 52.46%
G = 40.44%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0941A (or 0xC0941A) is known color: Buddha Gold. HEX triplet: C0, 94 and 1A. RGB value is (192,148,26). Sum of RGB (Red+Green+Blue) = 192+148+26=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0941A is #3F6BE5. Grayscale: #939393. Windows color (decimal): -4156390 or 1742016. OLE color: 1742016.

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

Color convert

RGB 192 148 26 -
CMYK 0 0.23 0.86 0.25
HSL 44.1º 0.76% 0.43% -
HSV(B) 44.1º 0.86% 0.75% -
XYZ 32.51 32.46 5.53 -
YUV 147.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 192 148 26 0 0.23 0.86 0.25 44.1 0.76 0.43
Hex C0 94 1A 0 17 56 19 2C 4C 2B
Octal 300 224 32 0 27 126 31 54 114 53
Binary 11000000 10010100 11010 0 10111 1010110 11001 101100 1001100 101011

Color Harmonies of #C0941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0941A

Black with #C0941A

Text Example


Text Example

White with #C0941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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