Html Css Color HEX #C3951B Buddha Gold

📋 copy color: '#C3951B'

red 195 ◦ green 149 ◦ blue 27

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

Shades of Buddha Gold #C3951B

Tints of Buddha Gold #C3951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 52.56%
G = 40.16%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3951B (or 0xC3951B) is known color: Buddha Gold. HEX triplet: C3, 95 and 1B. RGB value is (195,149,27). Sum of RGB (Red+Green+Blue) = 195+149+27=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3951B is #3C6AE4. Grayscale: #959595. Windows color (decimal): -3959525 or 1807811. OLE color: 1807811.

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

Color convert

RGB 195 149 27 -
CMYK 0 0.24 0.86 0.24
HSL 43.57º 0.76% 0.44% -
HSV(B) 43.57º 0.86% 0.76% -
XYZ 33.45 33.18 5.68 -
YUV 148.85 59.24 160.92 -
System Red Green Blue C M Y K H S L
Decimal 195 149 27 0 0.24 0.86 0.24 43.57 0.76 0.44
Hex C3 95 1B 0 18 56 18 2C 4C 2C
Octal 303 225 33 0 30 126 30 54 114 54
Binary 11000011 10010101 11011 0 11000 1010110 11000 101100 1001100 101100

Color Harmonies of #C3951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3951B

Black with #C3951B

Text Example


Text Example

White with #C3951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3951B; }

 p { color: rgb(195,149,27); }

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

background-color css

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

 a { background-color: rgb(195,149,27); }

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

border-color css

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

 span { border-color: rgb(195,149,27); }

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