Html Css Color HEX #C3981C Buddha Gold

📋 copy color: '#C3981C'

red 195 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C3981C

Tints of Buddha Gold #C3981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 52%
G = 40.53%
B = 7.47%

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

#C3981C (or 0xC3981C) is known color: Buddha Gold. HEX triplet: C3, 98 and 1C. RGB value is (195,152,28). Sum of RGB (Red+Green+Blue) = 195+152+28=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3981C is #3C67E3. Grayscale: #979797. Windows color (decimal): -3958756 or 1874115. OLE color: 1874115.

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

Color convert

RGB 195 152 28 -
CMYK 0 0.22 0.86 0.24
HSL 44.55º 0.75% 0.44% -
HSV(B) 44.55º 0.86% 0.76% -
XYZ 33.94 34.14 5.9 -
YUV 150.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 195 152 28 0 0.22 0.86 0.24 44.55 0.75 0.44
Hex C3 98 1C 0 16 56 18 2D 4B 2C
Octal 303 230 34 0 26 126 30 55 113 54
Binary 11000011 10011000 11100 0 10110 1010110 11000 101101 1001011 101100

Color Harmonies of #C3981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3981C

Black with #C3981C

Text Example


Text Example

White with #C3981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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