Html Css Color HEX #C2981F Buddha Gold

📋 copy color: '#C2981F'

red 194 ◦ green 152 ◦ blue 31

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

Shades of Buddha Gold #C2981F

Tints of Buddha Gold #C2981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 51.46%
G = 40.32%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2981F (or 0xC2981F) is known color: Buddha Gold. HEX triplet: C2, 98 and 1F. RGB value is (194,152,31). Sum of RGB (Red+Green+Blue) = 194+152+31=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2981F is #3D67E0. Grayscale: #979797. Windows color (decimal): -4024289 or 2070722. OLE color: 2070722.

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

Color convert

RGB 194 152 31 -
CMYK 0 0.22 0.84 0.24
HSL 44.54º 0.72% 0.44% -
HSV(B) 44.54º 0.84% 0.76% -
XYZ 33.72 34.02 6.09 -
YUV 150.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 194 152 31 0 0.22 0.84 0.24 44.54 0.72 0.44
Hex C2 98 1F 0 16 54 18 2D 48 2C
Octal 302 230 37 0 26 124 30 55 110 54
Binary 11000010 10011000 11111 0 10110 1010100 11000 101101 1001000 101100

Color Harmonies of #C2981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2981F

Black with #C2981F

Text Example


Text Example

White with #C2981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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