Html Css Color HEX #C3AC50 Sundance

📋 copy color: '#C3AC50'

red 195 ◦ green 172 ◦ blue 80

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

Shades of Sundance #C3AC50

Tints of Sundance #C3AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 43.62%
G = 38.48%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3AC50 (or 0xC3AC50) is known color: Sundance. HEX triplet: C3, AC and 50. RGB value is (195,172,80). Sum of RGB (Red+Green+Blue) = 195+172+80=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC50 is #3C53AF. Grayscale: #A8A8A8. Windows color (decimal): -3953584 or 5287107. OLE color: 5287107.

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

Color convert

RGB 195 172 80 -
CMYK 0 0.12 0.59 0.24
HSL 48º 0.49% 0.54% -
HSV(B) 48º 0.59% 0.76% -
XYZ 38.71 41.69 13.6 -
YUV 168.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 195 172 80 0 0.12 0.59 0.24 48 0.49 0.54
Hex C3 AC 50 0 C 3B 18 30 31 36
Octal 303 254 120 0 14 73 30 60 61 66
Binary 11000011 10101100 1010000 0 1100 111011 11000 110000 110001 110110

Color Harmonies of #C3AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC50

Black with #C3AC50

Text Example


Text Example

White with #C3AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC50; }

 p { color: rgb(195,172,80); }

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

background-color css

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

 a { background-color: rgb(195,172,80); }

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

border-color css

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

 span { border-color: rgb(195,172,80); }

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