Html Css Color HEX #C2981E Buddha Gold

📋 copy color: '#C2981E'

red 194 ◦ green 152 ◦ blue 30

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

Shades of Buddha Gold #C2981E

Tints of Buddha Gold #C2981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

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

R = 51.6%
G = 40.43%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2981E (or 0xC2981E) is known color: Buddha Gold. HEX triplet: C2, 98 and 1E. RGB value is (194,152,30). Sum of RGB (Red+Green+Blue) = 194+152+30=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2981E is #3D67E1. Grayscale: #979797. Windows color (decimal): -4024290 or 2005186. OLE color: 2005186.

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

Color convert

RGB 194 152 30 -
CMYK 0 0.22 0.85 0.24
HSL 44.63º 0.73% 0.44% -
HSV(B) 44.63º 0.85% 0.76% -
XYZ 33.71 34.02 6.02 -
YUV 150.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 194 152 30 0 0.22 0.85 0.24 44.63 0.73 0.44
Hex C2 98 1E 0 16 55 18 2D 49 2C
Octal 302 230 36 0 26 125 30 55 111 54
Binary 11000010 10011000 11110 0 10110 1010101 11000 101101 1001001 101100

Color Harmonies of #C2981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2981E

Black with #C2981E

Text Example


Text Example

White with #C2981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2981E; }

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

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

background-color css

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

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

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

border-color css

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

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

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