Html Css Color HEX #C3980B Buddha Gold

📋 copy color: '#C3980B'

red 195 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C3980B

Tints of Buddha Gold #C3980B

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

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

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

R = 54.47%
G = 42.46%
B = 3.07%

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

#C3980B (or 0xC3980B) is known color: Buddha Gold. HEX triplet: C3, 98 and 0B. RGB value is (195,152,11). Sum of RGB (Red+Green+Blue) = 195+152+11=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3980B is #3C67F4. Grayscale: #959595. Windows color (decimal): -3958773 or 760003. OLE color: 760003.

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

Color convert

RGB 195 152 11 -
CMYK 0 0.22 0.94 0.24
HSL 45.98º 0.89% 0.4% -
HSV(B) 45.98º 0.94% 0.76% -
XYZ 33.79 34.08 5.11 -
YUV 148.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 195 152 11 0 0.22 0.94 0.24 45.98 0.89 0.4
Hex C3 98 B 0 16 5E 18 2E 59 28
Octal 303 230 13 0 26 136 30 56 131 50
Binary 11000011 10011000 1011 0 10110 1011110 11000 101110 1011001 101000

Color Harmonies of #C3980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3980B

Black with #C3980B

Text Example


Text Example

White with #C3980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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