Html Css Color HEX #C5A34C Sundance

📋 copy color: '#C5A34C'

red 197 ◦ green 163 ◦ blue 76

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

Shades of Sundance #C5A34C

Tints of Sundance #C5A34C

RGB

 RED value IS 197 (77.34% from 255) = 45.18%

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

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 45.18%
G = 37.39%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5A34C (or 0xC5A34C) is known color: Sundance. HEX triplet: C5, A3 and 4C. RGB value is (197,163,76). Sum of RGB (Red+Green+Blue) = 197+163+76=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A34C is #3A5CB3. Grayscale: #A3A3A3. Windows color (decimal): -3824820 or 5022661. OLE color: 5022661.

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

Color convert

RGB 197 163 76 -
CMYK 0 0.17 0.61 0.23
HSL 43.14º 0.51% 0.54% -
HSV(B) 43.14º 0.61% 0.77% -
XYZ 37.43 38.59 12.31 -
YUV 163.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 197 163 76 0 0.17 0.61 0.23 43.14 0.51 0.54
Hex C5 A3 4C 0 11 3D 17 2B 33 36
Octal 305 243 114 0 21 75 27 53 63 66
Binary 11000101 10100011 1001100 0 10001 111101 10111 101011 110011 110110

Color Harmonies of #C5A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A34C

Black with #C5A34C

Text Example


Text Example

White with #C5A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A34C; }

 p { color: rgb(197,163,76); }

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

background-color css

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

 a { background-color: rgb(197,163,76); }

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

border-color css

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

 span { border-color: rgb(197,163,76); }

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