Html Css Color HEX #C3AD4F Sundance

📋 copy color: '#C3AD4F'

red 195 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C3AD4F

Tints of Sundance #C3AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.67%

R = 43.62%
G = 38.7%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3AD4F (or 0xC3AD4F) is known color: Sundance. HEX triplet: C3, AD and 4F. RGB value is (195,173,79). Sum of RGB (Red+Green+Blue) = 195+173+79=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD4F is #3C52B0. Grayscale: #A9A9A9. Windows color (decimal): -3953329 or 5221827. OLE color: 5221827.

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

Color convert

RGB 195 173 79 -
CMYK 0 0.11 0.59 0.24
HSL 48.62º 0.49% 0.54% -
HSV(B) 48.62º 0.59% 0.76% -
XYZ 38.86 42.05 13.47 -
YUV 168.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 195 173 79 0 0.11 0.59 0.24 48.62 0.49 0.54
Hex C3 AD 4F 0 B 3B 18 31 31 36
Octal 303 255 117 0 13 73 30 61 61 66
Binary 11000011 10101101 1001111 0 1011 111011 11000 110001 110001 110110

Color Harmonies of #C3AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD4F

Black with #C3AD4F

Text Example


Text Example

White with #C3AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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