Html Css Color HEX #C4941E Buddha Gold

📋 copy color: '#C4941E'

red 196 ◦ green 148 ◦ blue 30

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

Shades of Buddha Gold #C4941E

Tints of Buddha Gold #C4941E

RGB

 RED value IS 196 (76.95% from 255) = 52.41%

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 52.41%
G = 39.57%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4941E (or 0xC4941E) is known color: Buddha Gold. HEX triplet: C4, 94 and 1E. RGB value is (196,148,30). Sum of RGB (Red+Green+Blue) = 196+148+30=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4941E is #3B6BE1. Grayscale: #959595. Windows color (decimal): -3894242 or 2004164. OLE color: 2004164.

HSL color Cylindrical-coordinate representation of color #C4941E: hue angle of 42.65º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4941E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 30 -
CMYK 0 0.24 0.85 0.23
HSL 42.65º 0.73% 0.44% -
HSV(B) 42.65º 0.85% 0.77% -
XYZ 33.59 33.01 5.83 -
YUV 148.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 196 148 30 0 0.24 0.85 0.23 42.65 0.73 0.44
Hex C4 94 1E 0 18 55 17 2B 49 2C
Octal 304 224 36 0 30 125 27 53 111 54
Binary 11000100 10010100 11110 0 11000 1010101 10111 101011 1001001 101100

Color Harmonies of #C4941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4941E

Black with #C4941E

Text Example


Text Example

White with #C4941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4941E; }

 p { color: rgb(196,148,30); }

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

background-color css

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

 a { background-color: rgb(196,148,30); }

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

border-color css

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

 span { border-color: rgb(196,148,30); }

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