Html Css Color HEX #C3A548 Sundance

📋 copy color: '#C3A548'

red 195 ◦ green 165 ◦ blue 72

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

Shades of Sundance #C3A548

Tints of Sundance #C3A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 45.14%
G = 38.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3A548 (or 0xC3A548) is known color: Sundance. HEX triplet: C3, A5 and 48. RGB value is (195,165,72). Sum of RGB (Red+Green+Blue) = 195+165+72=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A548 is #3C5AB7. Grayscale: #A3A3A3. Windows color (decimal): -3955384 or 4761027. OLE color: 4761027.

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

Color convert

RGB 195 165 72 -
CMYK 0 0.15 0.63 0.24
HSL 45.37º 0.51% 0.52% -
HSV(B) 45.37º 0.63% 0.76% -
XYZ 37.13 38.98 11.7 -
YUV 163.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 195 165 72 0 0.15 0.63 0.24 45.37 0.51 0.52
Hex C3 A5 48 0 F 3F 18 2D 33 34
Octal 303 245 110 0 17 77 30 55 63 64
Binary 11000011 10100101 1001000 0 1111 111111 11000 101101 110011 110100

Color Harmonies of #C3A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A548

Black with #C3A548

Text Example


Text Example

White with #C3A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A548; }

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

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

background-color css

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

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

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

border-color css

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

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

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