Html Css Color HEX #C3AF53 Sundance

📋 copy color: '#C3AF53'

red 195 ◦ green 175 ◦ blue 83

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

Shades of Sundance #C3AF53

Tints of Sundance #C3AF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 43.05%
G = 38.63%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C3AF53 (or 0xC3AF53) is known color: Sundance. HEX triplet: C3, AF and 53. RGB value is (195,175,83). Sum of RGB (Red+Green+Blue) = 195+175+83=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF53 is #3C50AC. Grayscale: #AAAAAA. Windows color (decimal): -3952813 or 5484483. OLE color: 5484483.

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

Color convert

RGB 195 175 83 -
CMYK 0 0.10 0.57 0.24
HSL 49.29º 0.48% 0.55% -
HSV(B) 49.29º 0.57% 0.76% -
XYZ 39.4 42.89 14.39 -
YUV 170.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 195 175 83 0 0.10 0.57 0.24 49.29 0.48 0.55
Hex C3 AF 53 0 A 39 18 31 30 37
Octal 303 257 123 0 12 71 30 61 60 67
Binary 11000011 10101111 1010011 0 1010 111001 11000 110001 110000 110111

Color Harmonies of #C3AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF53

Black with #C3AF53

Text Example


Text Example

White with #C3AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF53; }

 p { color: rgb(195,175,83); }

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

background-color css

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

 a { background-color: rgb(195,175,83); }

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

border-color css

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

 span { border-color: rgb(195,175,83); }

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