Html Css Color HEX #C2940F Buddha Gold

📋 copy color: '#C2940F'

red 194 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #C2940F

Tints of Buddha Gold #C2940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 54.34%
G = 41.46%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2940F (or 0xC2940F) is known color: Buddha Gold. HEX triplet: C2, 94 and 0F. RGB value is (194,148,15). Sum of RGB (Red+Green+Blue) = 194+148+15=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2940F is #3D6BF0. Grayscale: #939393. Windows color (decimal): -4025329 or 1021122. OLE color: 1021122.

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

Color convert

RGB 194 148 15 -
CMYK 0 0.24 0.92 0.24
HSL 44.58º 0.86% 0.41% -
HSV(B) 44.58º 0.92% 0.76% -
XYZ 32.92 32.68 5.03 -
YUV 146.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 194 148 15 0 0.24 0.92 0.24 44.58 0.86 0.41
Hex C2 94 F 0 18 5C 18 2D 56 29
Octal 302 224 17 0 30 134 30 55 126 51
Binary 11000010 10010100 1111 0 11000 1011100 11000 101101 1010110 101001

Color Harmonies of #C2940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2940F

Black with #C2940F

Text Example


Text Example

White with #C2940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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