Html Css Color HEX #C2991F Buddha Gold

📋 copy color: '#C2991F'

red 194 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #C2991F

Tints of Buddha Gold #C2991F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

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

R = 51.32%
G = 40.48%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2991F (or 0xC2991F) is known color: Buddha Gold. HEX triplet: C2, 99 and 1F. RGB value is (194,153,31). Sum of RGB (Red+Green+Blue) = 194+153+31=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2991F is #3D66E0. Grayscale: #979797. Windows color (decimal): -4024033 or 2070978. OLE color: 2070978.

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

Color convert

RGB 194 153 31 -
CMYK 0 0.21 0.84 0.24
HSL 44.91º 0.72% 0.44% -
HSV(B) 44.91º 0.84% 0.76% -
XYZ 33.89 34.35 6.14 -
YUV 151.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 194 153 31 0 0.21 0.84 0.24 44.91 0.72 0.44
Hex C2 99 1F 0 15 54 18 2D 48 2C
Octal 302 231 37 0 25 124 30 55 110 54
Binary 11000010 10011001 11111 0 10101 1010100 11000 101101 1001000 101100

Color Harmonies of #C2991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2991F

Black with #C2991F

Text Example


Text Example

White with #C2991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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