Html Css Color HEX #C2981B Buddha Gold

📋 copy color: '#C2981B'

red 194 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #C2981B

Tints of Buddha Gold #C2981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 52.01%
G = 40.75%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2981B (or 0xC2981B) is known color: Buddha Gold. HEX triplet: C2, 98 and 1B. RGB value is (194,152,27). Sum of RGB (Red+Green+Blue) = 194+152+27=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2981B is #3D67E4. Grayscale: #969696. Windows color (decimal): -4024293 or 1808578. OLE color: 1808578.

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

Color convert

RGB 194 152 27 -
CMYK 0 0.22 0.86 0.24
HSL 44.91º 0.76% 0.43% -
HSV(B) 44.91º 0.86% 0.76% -
XYZ 33.67 34 5.83 -
YUV 150.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 194 152 27 0 0.22 0.86 0.24 44.91 0.76 0.43
Hex C2 98 1B 0 16 56 18 2D 4C 2B
Octal 302 230 33 0 26 126 30 55 114 53
Binary 11000010 10011000 11011 0 10110 1010110 11000 101101 1001100 101011

Color Harmonies of #C2981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2981B

Black with #C2981B

Text Example


Text Example

White with #C2981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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