Html Css Color HEX #C3AD47 Sundance

📋 copy color: '#C3AD47'

red 195 ◦ green 173 ◦ blue 71

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

Shades of Sundance #C3AD47

Tints of Sundance #C3AD47

RGB

 RED value IS 195 (76.56% from 255) = 44.42%

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

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

R = 44.42%
G = 39.41%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C3AD47 (or 0xC3AD47) is known color: Sundance. HEX triplet: C3, AD and 47. RGB value is (195,173,71). Sum of RGB (Red+Green+Blue) = 195+173+71=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD47 is #3C52B8. Grayscale: #A8A8A8. Windows color (decimal): -3953337 or 4697539. OLE color: 4697539.

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

Color convert

RGB 195 173 71 -
CMYK 0 0.11 0.64 0.24
HSL 49.35º 0.51% 0.52% -
HSV(B) 49.35º 0.64% 0.76% -
XYZ 38.59 41.94 12.02 -
YUV 167.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 195 173 71 0 0.11 0.64 0.24 49.35 0.51 0.52
Hex C3 AD 47 0 B 40 18 31 33 34
Octal 303 255 107 0 13 100 30 61 63 64
Binary 11000011 10101101 1000111 0 1011 1000000 11000 110001 110011 110100

Color Harmonies of #C3AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD47

Black with #C3AD47

Text Example


Text Example

White with #C3AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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