Html Css Color HEX #C5A243 Sundance

📋 copy color: '#C5A243'

red 197 ◦ green 162 ◦ blue 67

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

Shades of Sundance #C5A243

Tints of Sundance #C5A243

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

 BLUE value IS 67 (26.56% from 255) = 15.73%

R = 46.24%
G = 38.03%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5A243 (or 0xC5A243) is known color: Sundance. HEX triplet: C5, A2 and 43. RGB value is (197,162,67). Sum of RGB (Red+Green+Blue) = 197+162+67=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A243 is #3A5DBC. Grayscale: #A2A2A2. Windows color (decimal): -3825085 or 4432581. OLE color: 4432581.

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

Color convert

RGB 197 162 67 -
CMYK 0 0.18 0.66 0.23
HSL 43.85º 0.53% 0.52% -
HSV(B) 43.85º 0.66% 0.77% -
XYZ 36.96 38.12 10.72 -
YUV 161.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 197 162 67 0 0.18 0.66 0.23 43.85 0.53 0.52
Hex C5 A2 43 0 12 42 17 2C 35 34
Octal 305 242 103 0 22 102 27 54 65 64
Binary 11000101 10100010 1000011 0 10010 1000010 10111 101100 110101 110100

Color Harmonies of #C5A243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A243

Black with #C5A243

Text Example


Text Example

White with #C5A243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A243; }

 p { color: rgb(197,162,67); }

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

background-color css

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

 a { background-color: rgb(197,162,67); }

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

border-color css

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

 span { border-color: rgb(197,162,67); }

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