Html Css Color HEX #C2960A Buddha Gold

📋 copy color: '#C2960A'

red 194 ◦ green 150 ◦ blue 10

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

Shades of Buddha Gold #C2960A

Tints of Buddha Gold #C2960A

RGB

 RED value IS 194 (76.17% from 255) = 54.8%

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 54.8%
G = 42.37%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2960A (or 0xC2960A) is known color: Buddha Gold. HEX triplet: C2, 96 and 0A. RGB value is (194,150,10). Sum of RGB (Red+Green+Blue) = 194+150+10=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2960A is #3D69F5. Grayscale: #939393. Windows color (decimal): -4024822 or 693954. OLE color: 693954.

HSL color Cylindrical-coordinate representation of color #C2960A: hue angle of 45.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2960A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 10 -
CMYK 0 0.23 0.95 0.24
HSL 45.65º 0.9% 0.4% -
HSV(B) 45.65º 0.95% 0.76% -
XYZ 33.21 33.3 4.97 -
YUV 147.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 194 150 10 0 0.23 0.95 0.24 45.65 0.9 0.4
Hex C2 96 A 0 17 5F 18 2E 5A 28
Octal 302 226 12 0 27 137 30 56 132 50
Binary 11000010 10010110 1010 0 10111 1011111 11000 101110 1011010 101000

Color Harmonies of #C2960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2960A

Black with #C2960A

Text Example


Text Example

White with #C2960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2960A; }

 p { color: rgb(194,150,10); }

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

background-color css

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

 a { background-color: rgb(194,150,10); }

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

border-color css

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

 span { border-color: rgb(194,150,10); }

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