Html Css Color HEX #C2940E Buddha Gold

📋 copy color: '#C2940E'

red 194 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #C2940E

Tints of Buddha Gold #C2940E

RGB

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

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

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

R = 54.49%
G = 41.57%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2940E (or 0xC2940E) is known color: Buddha Gold. HEX triplet: C2, 94 and 0E. RGB value is (194,148,14). Sum of RGB (Red+Green+Blue) = 194+148+14=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2940E is #3D6BF1. Grayscale: #939393. Windows color (decimal): -4025330 or 955586. OLE color: 955586.

HSL color Cylindrical-coordinate representation of color #C2940E: hue angle of 44.67º 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 #C2940E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 14 -
CMYK 0 0.24 0.93 0.24
HSL 44.67º 0.87% 0.41% -
HSV(B) 44.67º 0.93% 0.76% -
XYZ 32.92 32.68 4.99 -
YUV 146.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 194 148 14 0 0.24 0.93 0.24 44.67 0.87 0.41
Hex C2 94 E 0 18 5D 18 2D 57 29
Octal 302 224 16 0 30 135 30 55 127 51
Binary 11000010 10010100 1110 0 11000 1011101 11000 101101 1010111 101001

Color Harmonies of #C2940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2940E

Black with #C2940E

Text Example


Text Example

White with #C2940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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