Html Css Color HEX #C0941B Buddha Gold

📋 copy color: '#C0941B'

red 192 ◦ green 148 ◦ blue 27

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

Shades of Buddha Gold #C0941B

Tints of Buddha Gold #C0941B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 52.32%
G = 40.33%
B = 7.36%

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

#C0941B (or 0xC0941B) is known color: Buddha Gold. HEX triplet: C0, 94 and 1B. RGB value is (192,148,27). Sum of RGB (Red+Green+Blue) = 192+148+27=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0941B is #3F6BE4. Grayscale: #939393. Windows color (decimal): -4156389 or 1807552. OLE color: 1807552.

HSL color Cylindrical-coordinate representation of color #C0941B: hue angle of 44º degrees, saturation: 0.75, 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 #C0941B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 27 -
CMYK 0 0.23 0.86 0.25
HSL 44º 0.75% 0.43% -
HSV(B) 44º 0.86% 0.75% -
XYZ 32.53 32.47 5.59 -
YUV 147.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 192 148 27 0 0.23 0.86 0.25 44 0.75 0.43
Hex C0 94 1B 0 17 56 19 2C 4B 2B
Octal 300 224 33 0 27 126 31 54 113 53
Binary 11000000 10010100 11011 0 10111 1010110 11001 101100 1001011 101011

Color Harmonies of #C0941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0941B

Black with #C0941B

Text Example


Text Example

White with #C0941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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