Html Css Color HEX #C1AE4D Sundance

📋 copy color: '#C1AE4D'

red 193 ◦ green 174 ◦ blue 77

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

Shades of Sundance #C1AE4D

Tints of Sundance #C1AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 43.47%
G = 39.19%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1AE4D (or 0xC1AE4D) is known color: Sundance. HEX triplet: C1, AE and 4D. RGB value is (193,174,77). Sum of RGB (Red+Green+Blue) = 193+174+77=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE4D is #3E51B2. Grayscale: #A9A9A9. Windows color (decimal): -4084147 or 5091009. OLE color: 5091009.

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

Color convert

RGB 193 174 77 -
CMYK 0 0.10 0.60 0.24
HSL 50.17º 0.48% 0.53% -
HSV(B) 50.17º 0.6% 0.76% -
XYZ 38.47 42.15 13.13 -
YUV 168.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 193 174 77 0 0.10 0.60 0.24 50.17 0.48 0.53
Hex C1 AE 4D 0 A 3C 18 32 30 35
Octal 301 256 115 0 12 74 30 62 60 65
Binary 11000001 10101110 1001101 0 1010 111100 11000 110010 110000 110101

Color Harmonies of #C1AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AE4D

Black with #C1AE4D

Text Example


Text Example

White with #C1AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AE4D; }

 p { color: rgb(193,174,77); }

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

background-color css

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

 a { background-color: rgb(193,174,77); }

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

border-color css

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

 span { border-color: rgb(193,174,77); }

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