Html Css Color HEX #C1AD47 Sundance

📋 copy color: '#C1AD47'

red 193 ◦ green 173 ◦ blue 71

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

Shades of Sundance #C1AD47

Tints of Sundance #C1AD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.25%

R = 44.16%
G = 39.59%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1AD47 (or 0xC1AD47) is known color: Sundance. HEX triplet: C1, AD and 47. RGB value is (193,173,71). Sum of RGB (Red+Green+Blue) = 193+173+71=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD47 is #3E52B8. Grayscale: #A7A7A7. Windows color (decimal): -4084409 or 4697537. OLE color: 4697537.

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

Color convert

RGB 193 173 71 -
CMYK 0 0.10 0.63 0.24
HSL 50.16º 0.5% 0.52% -
HSV(B) 50.16º 0.63% 0.76% -
XYZ 38.07 41.68 12 -
YUV 167.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 193 173 71 0 0.10 0.63 0.24 50.16 0.5 0.52
Hex C1 AD 47 0 A 3F 18 32 32 34
Octal 301 255 107 0 12 77 30 62 62 64
Binary 11000001 10101101 1000111 0 1010 111111 11000 110010 110010 110100

Color Harmonies of #C1AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD47

Black with #C1AD47

Text Example


Text Example

White with #C1AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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