Html Css Color HEX #C3AD55 Sundance

📋 copy color: '#C3AD55'

red 195 ◦ green 173 ◦ blue 85

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

Shades of Sundance #C3AD55

Tints of Sundance #C3AD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.76%

R = 43.05%
G = 38.19%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3AD55 (or 0xC3AD55) is known color: Sundance. HEX triplet: C3, AD and 55. RGB value is (195,173,85). Sum of RGB (Red+Green+Blue) = 195+173+85=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD55 is #3C52AA. Grayscale: #A9A9A9. Windows color (decimal): -3953323 or 5615043. OLE color: 5615043.

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

Color convert

RGB 195 173 85 -
CMYK 0 0.11 0.56 0.24
HSL 48º 0.48% 0.55% -
HSV(B) 48º 0.56% 0.76% -
XYZ 39.09 42.15 14.67 -
YUV 169.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 195 173 85 0 0.11 0.56 0.24 48 0.48 0.55
Hex C3 AD 55 0 B 38 18 30 30 37
Octal 303 255 125 0 13 70 30 60 60 67
Binary 11000011 10101101 1010101 0 1011 111000 11000 110000 110000 110111

Color Harmonies of #C3AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD55

Black with #C3AD55

Text Example


Text Example

White with #C3AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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