Html Css Color HEX #C3A648 Sundance

📋 copy color: '#C3A648'

red 195 ◦ green 166 ◦ blue 72

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

Shades of Sundance #C3A648

Tints of Sundance #C3A648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

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

R = 45.03%
G = 38.34%
B = 16.63%

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

#C3A648 (or 0xC3A648) is known color: Sundance. HEX triplet: C3, A6 and 48. RGB value is (195,166,72). Sum of RGB (Red+Green+Blue) = 195+166+72=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A648 is #3C59B7. Grayscale: #A4A4A4. Windows color (decimal): -3955128 or 4761283. OLE color: 4761283.

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

Color convert

RGB 195 166 72 -
CMYK 0 0.15 0.63 0.24
HSL 45.85º 0.51% 0.52% -
HSV(B) 45.85º 0.63% 0.76% -
XYZ 37.31 39.34 11.76 -
YUV 163.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 195 166 72 0 0.15 0.63 0.24 45.85 0.51 0.52
Hex C3 A6 48 0 F 3F 18 2E 33 34
Octal 303 246 110 0 17 77 30 56 63 64
Binary 11000011 10100110 1001000 0 1111 111111 11000 101110 110011 110100

Color Harmonies of #C3A648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A648

Black with #C3A648

Text Example


Text Example

White with #C3A648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A648; }

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

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

background-color css

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

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

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

border-color css

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

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

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