Html Css Color HEX #C3980C Buddha Gold

📋 copy color: '#C3980C'

red 195 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #C3980C

Tints of Buddha Gold #C3980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 54.32%
G = 42.34%
B = 3.34%

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

#C3980C (or 0xC3980C) is known color: Buddha Gold. HEX triplet: C3, 98 and 0C. RGB value is (195,152,12). Sum of RGB (Red+Green+Blue) = 195+152+12=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3980C is #3C67F3. Grayscale: #959595. Windows color (decimal): -3958772 or 825539. OLE color: 825539.

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

Color convert

RGB 195 152 12 -
CMYK 0 0.22 0.94 0.24
HSL 45.9º 0.88% 0.41% -
HSV(B) 45.9º 0.94% 0.76% -
XYZ 33.8 34.09 5.15 -
YUV 148.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 195 152 12 0 0.22 0.94 0.24 45.9 0.88 0.41
Hex C3 98 C 0 16 5E 18 2E 58 29
Octal 303 230 14 0 26 136 30 56 130 51
Binary 11000011 10011000 1100 0 10110 1011110 11000 101110 1011000 101001

Color Harmonies of #C3980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3980C

Black with #C3980C

Text Example


Text Example

White with #C3980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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