Html Css Color HEX #C5A34B Sundance

📋 copy color: '#C5A34B'

red 197 ◦ green 163 ◦ blue 75

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

Shades of Sundance #C5A34B

Tints of Sundance #C5A34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.24%

R = 45.29%
G = 37.47%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5A34B (or 0xC5A34B) is known color: Sundance. HEX triplet: C5, A3 and 4B. RGB value is (197,163,75). Sum of RGB (Red+Green+Blue) = 197+163+75=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A34B is #3A5CB4. Grayscale: #A3A3A3. Windows color (decimal): -3824821 or 4957125. OLE color: 4957125.

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

Color convert

RGB 197 163 75 -
CMYK 0 0.17 0.62 0.23
HSL 43.28º 0.51% 0.53% -
HSV(B) 43.28º 0.62% 0.77% -
XYZ 37.39 38.57 12.13 -
YUV 163.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 197 163 75 0 0.17 0.62 0.23 43.28 0.51 0.53
Hex C5 A3 4B 0 11 3E 17 2B 33 35
Octal 305 243 113 0 21 76 27 53 63 65
Binary 11000101 10100011 1001011 0 10001 111110 10111 101011 110011 110101

Color Harmonies of #C5A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A34B

Black with #C5A34B

Text Example


Text Example

White with #C5A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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