Html Css Color HEX #C4A348 Sundance

📋 copy color: '#C4A348'

red 196 ◦ green 163 ◦ blue 72

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

Shades of Sundance #C4A348

Tints of Sundance #C4A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

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

R = 45.48%
G = 37.82%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4A348 (or 0xC4A348) is known color: Sundance. HEX triplet: C4, A3 and 48. RGB value is (196,163,72). Sum of RGB (Red+Green+Blue) = 196+163+72=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A348 is #3B5CB7. Grayscale: #A2A2A2. Windows color (decimal): -3890360 or 4760516. OLE color: 4760516.

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

Color convert

RGB 196 163 72 -
CMYK 0 0.17 0.63 0.23
HSL 44.03º 0.51% 0.53% -
HSV(B) 44.03º 0.63% 0.77% -
XYZ 37.03 38.4 11.59 -
YUV 162.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 196 163 72 0 0.17 0.63 0.23 44.03 0.51 0.53
Hex C4 A3 48 0 11 3F 17 2C 33 35
Octal 304 243 110 0 21 77 27 54 63 65
Binary 11000100 10100011 1001000 0 10001 111111 10111 101100 110011 110101

Color Harmonies of #C4A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A348

Black with #C4A348

Text Example


Text Example

White with #C4A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A348; }

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

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

background-color css

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

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

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

border-color css

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

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

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