Html Css Color HEX #C1AD4F Sundance

📋 copy color: '#C1AD4F'

red 193 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C1AD4F

Tints of Sundance #C1AD4F

RGB

 RED value IS 193 (75.78% from 255) = 43.37%

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 79 (31.25% from 255) = 17.75%

R = 43.37%
G = 38.88%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1AD4F (or 0xC1AD4F) is known color: Sundance. HEX triplet: C1, AD and 4F. RGB value is (193,173,79). Sum of RGB (Red+Green+Blue) = 193+173+79=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD4F is #3E52B0. Grayscale: #A8A8A8. Windows color (decimal): -4084401 or 5221825. OLE color: 5221825.

HSL color Cylindrical-coordinate representation of color #C1AD4F: hue angle of 49.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1AD4F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 79 -
CMYK 0 0.10 0.59 0.24
HSL 49.47º 0.48% 0.53% -
HSV(B) 49.47º 0.59% 0.76% -
XYZ 38.35 41.79 13.44 -
YUV 168.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 193 173 79 0 0.10 0.59 0.24 49.47 0.48 0.53
Hex C1 AD 4F 0 A 3B 18 31 30 35
Octal 301 255 117 0 12 73 30 61 60 65
Binary 11000001 10101101 1001111 0 1010 111011 11000 110001 110000 110101

Color Harmonies of #C1AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD4F

Black with #C1AD4F

Text Example


Text Example

White with #C1AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD4F; }

 p { color: rgb(193,173,79); }

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

background-color css

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

 a { background-color: rgb(193,173,79); }

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

border-color css

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

 span { border-color: rgb(193,173,79); }

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