Html Css Color HEX #C4A048 Sundance

📋 copy color: '#C4A048'

red 196 ◦ green 160 ◦ blue 72

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

Shades of Sundance #C4A048

Tints of Sundance #C4A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 72 (28.52% from 255) = 16.82%

R = 45.79%
G = 37.38%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4A048 (or 0xC4A048) is known color: Sundance. HEX triplet: C4, A0 and 48. RGB value is (196,160,72). Sum of RGB (Red+Green+Blue) = 196+160+72=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A048 is #3B5FB7. Grayscale: #A1A1A1. Windows color (decimal): -3891128 or 4759748. OLE color: 4759748.

HSL color Cylindrical-coordinate representation of color #C4A048: hue angle of 42.58º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4A048 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 72 -
CMYK 0 0.18 0.63 0.23
HSL 42.58º 0.51% 0.53% -
HSV(B) 42.58º 0.63% 0.77% -
XYZ 36.51 37.35 11.42 -
YUV 160.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 196 160 72 0 0.18 0.63 0.23 42.58 0.51 0.53
Hex C4 A0 48 0 12 3F 17 2B 33 35
Octal 304 240 110 0 22 77 27 53 63 65
Binary 11000100 10100000 1001000 0 10010 111111 10111 101011 110011 110101

Color Harmonies of #C4A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A048

Black with #C4A048

Text Example


Text Example

White with #C4A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A048; }

 p { color: rgb(196,160,72); }

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

background-color css

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

 a { background-color: rgb(196,160,72); }

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

border-color css

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

 span { border-color: rgb(196,160,72); }

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