Html Css Color HEX #C3961C Buddha Gold

📋 copy color: '#C3961C'

red 195 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #C3961C

Tints of Buddha Gold #C3961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 52.28%
G = 40.21%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3961C (or 0xC3961C) is known color: Buddha Gold. HEX triplet: C3, 96 and 1C. RGB value is (195,150,28). Sum of RGB (Red+Green+Blue) = 195+150+28=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3961C is #3C69E3. Grayscale: #969696. Windows color (decimal): -3959268 or 1873603. OLE color: 1873603.

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

Color convert

RGB 195 150 28 -
CMYK 0 0.23 0.86 0.24
HSL 43.83º 0.75% 0.44% -
HSV(B) 43.83º 0.86% 0.76% -
XYZ 33.62 33.5 5.79 -
YUV 149.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 195 150 28 0 0.23 0.86 0.24 43.83 0.75 0.44
Hex C3 96 1C 0 17 56 18 2C 4B 2C
Octal 303 226 34 0 27 126 30 54 113 54
Binary 11000011 10010110 11100 0 10111 1010110 11000 101100 1001011 101100

Color Harmonies of #C3961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3961C

Black with #C3961C

Text Example


Text Example

White with #C3961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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