Html Css Color HEX #C2980B Buddha Gold

📋 copy color: '#C2980B'

red 194 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C2980B

Tints of Buddha Gold #C2980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 54.34%
G = 42.58%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2980B (or 0xC2980B) is known color: Buddha Gold. HEX triplet: C2, 98 and 0B. RGB value is (194,152,11). Sum of RGB (Red+Green+Blue) = 194+152+11=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2980B is #3D67F4. Grayscale: #959595. Windows color (decimal): -4024309 or 760002. OLE color: 760002.

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

Color convert

RGB 194 152 11 -
CMYK 0 0.22 0.94 0.24
HSL 46.23º 0.89% 0.4% -
HSV(B) 46.23º 0.94% 0.76% -
XYZ 33.54 33.95 5.1 -
YUV 148.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 194 152 11 0 0.22 0.94 0.24 46.23 0.89 0.4
Hex C2 98 B 0 16 5E 18 2E 59 28
Octal 302 230 13 0 26 136 30 56 131 50
Binary 11000010 10011000 1011 0 10110 1011110 11000 101110 1011001 101000

Color Harmonies of #C2980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2980B

Black with #C2980B

Text Example


Text Example

White with #C2980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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