Html Css Color HEX #C2941E Buddha Gold

📋 copy color: '#C2941E'

red 194 ◦ green 148 ◦ blue 30

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

Shades of Buddha Gold #C2941E

Tints of Buddha Gold #C2941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 52.15%
G = 39.78%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2941E (or 0xC2941E) is known color: Buddha Gold. HEX triplet: C2, 94 and 1E. RGB value is (194,148,30). Sum of RGB (Red+Green+Blue) = 194+148+30=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2941E is #3D6BE1. Grayscale: #949494. Windows color (decimal): -4025314 or 2004162. OLE color: 2004162.

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

Color convert

RGB 194 148 30 -
CMYK 0 0.24 0.85 0.24
HSL 43.17º 0.73% 0.44% -
HSV(B) 43.17º 0.85% 0.76% -
XYZ 33.07 32.74 5.81 -
YUV 148.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 194 148 30 0 0.24 0.85 0.24 43.17 0.73 0.44
Hex C2 94 1E 0 18 55 18 2B 49 2C
Octal 302 224 36 0 30 125 30 53 111 54
Binary 11000010 10010100 11110 0 11000 1010101 11000 101011 1001001 101100

Color Harmonies of #C2941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2941E

Black with #C2941E

Text Example


Text Example

White with #C2941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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