Html Css Color HEX #C1AF47 Sundance

📋 copy color: '#C1AF47'

red 193 ◦ green 175 ◦ blue 71

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

Shades of Sundance #C1AF47

Tints of Sundance #C1AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

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

R = 43.96%
G = 39.86%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1AF47 (or 0xC1AF47) is known color: Sundance. HEX triplet: C1, AF and 47. RGB value is (193,175,71). Sum of RGB (Red+Green+Blue) = 193+175+71=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF47 is #3E50B8. Grayscale: #A8A8A8. Windows color (decimal): -4083897 or 4698049. OLE color: 4698049.

HSL color Cylindrical-coordinate representation of color #C1AF47: hue angle of 51.15º 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 #C1AF47 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 71 -
CMYK 0 0.09 0.63 0.24
HSL 51.15º 0.5% 0.52% -
HSV(B) 51.15º 0.63% 0.76% -
XYZ 38.46 42.45 12.13 -
YUV 168.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 193 175 71 0 0.09 0.63 0.24 51.15 0.5 0.52
Hex C1 AF 47 0 9 3F 18 33 32 34
Octal 301 257 107 0 11 77 30 63 62 64
Binary 11000001 10101111 1000111 0 1001 111111 11000 110011 110010 110100

Color Harmonies of #C1AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF47

Black with #C1AF47

Text Example


Text Example

White with #C1AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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