Html Css Color HEX #C3A53D Sundance

📋 copy color: '#C3A53D'

red 195 ◦ green 165 ◦ blue 61

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

Shades of Sundance #C3A53D

Tints of Sundance #C3A53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 46.32%
G = 39.19%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3A53D (or 0xC3A53D) is known color: Sundance. HEX triplet: C3, A5 and 3D. RGB value is (195,165,61). Sum of RGB (Red+Green+Blue) = 195+165+61=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A53D is #3C5AC2. Grayscale: #A2A2A2. Windows color (decimal): -3955395 or 4040131. OLE color: 4040131.

HSL color Cylindrical-coordinate representation of color #C3A53D: hue angle of 46.57º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3A53D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 61 -
CMYK 0 0.15 0.69 0.24
HSL 46.57º 0.53% 0.5% -
HSV(B) 46.57º 0.69% 0.76% -
XYZ 36.8 38.85 9.97 -
YUV 162.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 195 165 61 0 0.15 0.69 0.24 46.57 0.53 0.5
Hex C3 A5 3D 0 F 45 18 2F 35 32
Octal 303 245 75 0 17 105 30 57 65 62
Binary 11000011 10100101 111101 0 1111 1000101 11000 101111 110101 110010

Color Harmonies of #C3A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A53D

Black with #C3A53D

Text Example


Text Example

White with #C3A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A53D; }

 p { color: rgb(195,165,61); }

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

background-color css

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

 a { background-color: rgb(195,165,61); }

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

border-color css

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

 span { border-color: rgb(195,165,61); }

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