Html Css Color HEX #C5AA4B Sundance

📋 copy color: '#C5AA4B'

red 197 ◦ green 170 ◦ blue 75

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

Shades of Sundance #C5AA4B

Tints of Sundance #C5AA4B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

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

R = 44.57%
G = 38.46%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5AA4B (or 0xC5AA4B) is known color: Sundance. HEX triplet: C5, AA and 4B. RGB value is (197,170,75). Sum of RGB (Red+Green+Blue) = 197+170+75=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA4B is #3A55B4. Grayscale: #A7A7A7. Windows color (decimal): -3823029 or 4958917. OLE color: 4958917.

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

Color convert

RGB 197 170 75 -
CMYK 0 0.14 0.62 0.23
HSL 46.72º 0.51% 0.53% -
HSV(B) 46.72º 0.62% 0.77% -
XYZ 38.67 41.13 12.56 -
YUV 167.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 197 170 75 0 0.14 0.62 0.23 46.72 0.51 0.53
Hex C5 AA 4B 0 E 3E 17 2F 33 35
Octal 305 252 113 0 16 76 27 57 63 65
Binary 11000101 10101010 1001011 0 1110 111110 10111 101111 110011 110101

Color Harmonies of #C5AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA4B

Black with #C5AA4B

Text Example


Text Example

White with #C5AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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