Html Css Color HEX #C2960B Buddha Gold

📋 copy color: '#C2960B'

red 194 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C2960B

Tints of Buddha Gold #C2960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 54.65%
G = 42.25%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2960B (or 0xC2960B) is known color: Buddha Gold. HEX triplet: C2, 96 and 0B. RGB value is (194,150,11). Sum of RGB (Red+Green+Blue) = 194+150+11=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2960B is #3D69F4. Grayscale: #939393. Windows color (decimal): -4024821 or 759490. OLE color: 759490.

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

Color convert

RGB 194 150 11 -
CMYK 0 0.23 0.94 0.24
HSL 45.57º 0.89% 0.4% -
HSV(B) 45.57º 0.94% 0.76% -
XYZ 33.21 33.31 4.99 -
YUV 147.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 194 150 11 0 0.23 0.94 0.24 45.57 0.89 0.4
Hex C2 96 B 0 17 5E 18 2E 59 28
Octal 302 226 13 0 27 136 30 56 131 50
Binary 11000010 10010110 1011 0 10111 1011110 11000 101110 1011001 101000

Color Harmonies of #C2960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2960B

Black with #C2960B

Text Example


Text Example

White with #C2960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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