Html Css Color HEX #C2960E Buddha Gold

📋 copy color: '#C2960E'

red 194 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #C2960E

Tints of Buddha Gold #C2960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 54.19%
G = 41.9%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2960E (or 0xC2960E) is known color: Buddha Gold. HEX triplet: C2, 96 and 0E. RGB value is (194,150,14). Sum of RGB (Red+Green+Blue) = 194+150+14=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2960E is #3D69F1. Grayscale: #949494. Windows color (decimal): -4024818 or 956098. OLE color: 956098.

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

Color convert

RGB 194 150 14 -
CMYK 0 0.23 0.93 0.24
HSL 45.33º 0.87% 0.41% -
HSV(B) 45.33º 0.93% 0.76% -
XYZ 33.23 33.31 5.09 -
YUV 147.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 194 150 14 0 0.23 0.93 0.24 45.33 0.87 0.41
Hex C2 96 E 0 17 5D 18 2D 57 29
Octal 302 226 16 0 27 135 30 55 127 51
Binary 11000010 10010110 1110 0 10111 1011101 11000 101101 1010111 101001

Color Harmonies of #C2960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2960E

Black with #C2960E

Text Example


Text Example

White with #C2960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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