Html Css Color HEX #C5A652 Sundance

📋 copy color: '#C5A652'

red 197 ◦ green 166 ◦ blue 82

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

Shades of Sundance #C5A652

Tints of Sundance #C5A652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

 BLUE value IS 82 (32.42% from 255) = 18.43%

R = 44.27%
G = 37.3%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5A652 (or 0xC5A652) is known color: Sundance. HEX triplet: C5, A6 and 52. RGB value is (197,166,82). Sum of RGB (Red+Green+Blue) = 197+166+82=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A652 is #3A59AD. Grayscale: #A6A6A6. Windows color (decimal): -3824046 or 5416645. OLE color: 5416645.

HSL color Cylindrical-coordinate representation of color #C5A652: hue angle of 43.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5A652 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 82 -
CMYK 0 0.16 0.58 0.23
HSL 43.83º 0.5% 0.55% -
HSV(B) 43.83º 0.58% 0.77% -
XYZ 38.19 39.75 13.64 -
YUV 165.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 197 166 82 0 0.16 0.58 0.23 43.83 0.5 0.55
Hex C5 A6 52 0 10 3A 17 2C 32 37
Octal 305 246 122 0 20 72 27 54 62 67
Binary 11000101 10100110 1010010 0 10000 111010 10111 101100 110010 110111

Color Harmonies of #C5A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A652

Black with #C5A652

Text Example


Text Example

White with #C5A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A652; }

 p { color: rgb(197,166,82); }

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

background-color css

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

 a { background-color: rgb(197,166,82); }

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

border-color css

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

 span { border-color: rgb(197,166,82); }

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