Html Css Color HEX #C4941C Buddha Gold

📋 copy color: '#C4941C'

red 196 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #C4941C

Tints of Buddha Gold #C4941C

RGB

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

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

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

R = 52.69%
G = 39.78%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4941C (or 0xC4941C) is known color: Buddha Gold. HEX triplet: C4, 94 and 1C. RGB value is (196,148,28). Sum of RGB (Red+Green+Blue) = 196+148+28=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4941C is #3B6BE3. Grayscale: #959595. Windows color (decimal): -3894244 or 1873092. OLE color: 1873092.

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

Color convert

RGB 196 148 28 -
CMYK 0 0.24 0.86 0.23
HSL 42.86º 0.75% 0.44% -
HSV(B) 42.86º 0.86% 0.77% -
XYZ 33.56 33 5.7 -
YUV 148.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 196 148 28 0 0.24 0.86 0.23 42.86 0.75 0.44
Hex C4 94 1C 0 18 56 17 2B 4B 2C
Octal 304 224 34 0 30 126 27 53 113 54
Binary 11000100 10010100 11100 0 11000 1010110 10111 101011 1001011 101100

Color Harmonies of #C4941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4941C

Black with #C4941C

Text Example


Text Example

White with #C4941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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