Html Css Color HEX #C2AF57 Sundance

📋 copy color: '#C2AF57'

red 194 ◦ green 175 ◦ blue 87

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

Shades of Sundance #C2AF57

Tints of Sundance #C2AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.08%

R = 42.54%
G = 38.38%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2AF57 (or 0xC2AF57) is known color: Sundance. HEX triplet: C2, AF and 57. RGB value is (194,175,87). Sum of RGB (Red+Green+Blue) = 194+175+87=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF57 is #3D50A8. Grayscale: #ABABAB. Windows color (decimal): -4018345 or 5746626. OLE color: 5746626.

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

Color convert

RGB 194 175 87 -
CMYK 0 0.10 0.55 0.24
HSL 49.35º 0.47% 0.55% -
HSV(B) 49.35º 0.55% 0.76% -
XYZ 39.3 42.82 15.21 -
YUV 170.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 194 175 87 0 0.10 0.55 0.24 49.35 0.47 0.55
Hex C2 AF 57 0 A 37 18 31 2F 37
Octal 302 257 127 0 12 67 30 61 57 67
Binary 11000010 10101111 1010111 0 1010 110111 11000 110001 101111 110111

Color Harmonies of #C2AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF57

Black with #C2AF57

Text Example


Text Example

White with #C2AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF57; }

 p { color: rgb(194,175,87); }

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

background-color css

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

 a { background-color: rgb(194,175,87); }

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

border-color css

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

 span { border-color: rgb(194,175,87); }

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