Html Css Color HEX #C2991A Buddha Gold

📋 copy color: '#C2991A'

red 194 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C2991A

Tints of Buddha Gold #C2991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 52.01%
G = 41.02%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2991A (or 0xC2991A) is known color: Buddha Gold. HEX triplet: C2, 99 and 1A. RGB value is (194,153,26). Sum of RGB (Red+Green+Blue) = 194+153+26=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2991A is #3D66E5. Grayscale: #979797. Windows color (decimal): -4024038 or 1743298. OLE color: 1743298.

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

Color convert

RGB 194 153 26 -
CMYK 0 0.21 0.87 0.24
HSL 45.36º 0.76% 0.43% -
HSV(B) 45.36º 0.87% 0.76% -
XYZ 33.83 34.33 5.82 -
YUV 150.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 194 153 26 0 0.21 0.87 0.24 45.36 0.76 0.43
Hex C2 99 1A 0 15 57 18 2D 4C 2B
Octal 302 231 32 0 25 127 30 55 114 53
Binary 11000010 10011001 11010 0 10101 1010111 11000 101101 1001100 101011

Color Harmonies of #C2991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2991A

Black with #C2991A

Text Example


Text Example

White with #C2991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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