Html Css Color HEX #C1AD4C Sundance

📋 copy color: '#C1AD4C'

red 193 ◦ green 173 ◦ blue 76

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

Shades of Sundance #C1AD4C

Tints of Sundance #C1AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 43.67%
G = 39.14%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1AD4C (or 0xC1AD4C) is known color: Sundance. HEX triplet: C1, AD and 4C. RGB value is (193,173,76). Sum of RGB (Red+Green+Blue) = 193+173+76=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD4C is #3E52B3. Grayscale: #A8A8A8. Windows color (decimal): -4084404 or 5025217. OLE color: 5025217.

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

Color convert

RGB 193 173 76 -
CMYK 0 0.10 0.61 0.24
HSL 49.74º 0.49% 0.53% -
HSV(B) 49.74º 0.61% 0.76% -
XYZ 38.24 41.75 12.88 -
YUV 167.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 193 173 76 0 0.10 0.61 0.24 49.74 0.49 0.53
Hex C1 AD 4C 0 A 3D 18 32 31 35
Octal 301 255 114 0 12 75 30 62 61 65
Binary 11000001 10101101 1001100 0 1010 111101 11000 110010 110001 110101

Color Harmonies of #C1AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD4C

Black with #C1AD4C

Text Example


Text Example

White with #C1AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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