Html Css Color HEX #C2AD4C Sundance

📋 copy color: '#C2AD4C'

red 194 ◦ green 173 ◦ blue 76

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

Shades of Sundance #C2AD4C

Tints of Sundance #C2AD4C

RGB

 RED value IS 194 (76.17% from 255) = 43.79%

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

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

R = 43.79%
G = 39.05%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2AD4C (or 0xC2AD4C) is known color: Sundance. HEX triplet: C2, AD and 4C. RGB value is (194,173,76). Sum of RGB (Red+Green+Blue) = 194+173+76=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD4C is #3D52B3. Grayscale: #A8A8A8. Windows color (decimal): -4018868 or 5025218. OLE color: 5025218.

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

Color convert

RGB 194 173 76 -
CMYK 0 0.11 0.61 0.24
HSL 49.32º 0.49% 0.53% -
HSV(B) 49.32º 0.61% 0.76% -
XYZ 38.5 41.88 12.89 -
YUV 168.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 194 173 76 0 0.11 0.61 0.24 49.32 0.49 0.53
Hex C2 AD 4C 0 B 3D 18 31 31 35
Octal 302 255 114 0 13 75 30 61 61 65
Binary 11000010 10101101 1001100 0 1011 111101 11000 110001 110001 110101

Color Harmonies of #C2AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD4C

Black with #C2AD4C

Text Example


Text Example

White with #C2AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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