Html Css Color HEX #C0961A Buddha Gold

📋 copy color: '#C0961A'

red 192 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #C0961A

Tints of Buddha Gold #C0961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

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

R = 52.17%
G = 40.76%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0961A (or 0xC0961A) is known color: Buddha Gold. HEX triplet: C0, 96 and 1A. RGB value is (192,150,26). Sum of RGB (Red+Green+Blue) = 192+150+26=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0961A is #3F69E5. Grayscale: #949494. Windows color (decimal): -4155878 or 1742528. OLE color: 1742528.

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

Color convert

RGB 192 150 26 -
CMYK 0 0.22 0.86 0.25
HSL 44.82º 0.76% 0.43% -
HSV(B) 44.82º 0.86% 0.75% -
XYZ 32.83 33.09 5.63 -
YUV 148.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 192 150 26 0 0.22 0.86 0.25 44.82 0.76 0.43
Hex C0 96 1A 0 16 56 19 2D 4C 2B
Octal 300 226 32 0 26 126 31 55 114 53
Binary 11000000 10010110 11010 0 10110 1010110 11001 101101 1001100 101011

Color Harmonies of #C0961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0961A

Black with #C0961A

Text Example


Text Example

White with #C0961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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