Html Css Color HEX #C3A448 Sundance

📋 copy color: '#C3A448'

red 195 ◦ green 164 ◦ blue 72

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

Shades of Sundance #C3A448

Tints of Sundance #C3A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 45.24%
G = 38.05%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3A448 (or 0xC3A448) is known color: Sundance. HEX triplet: C3, A4 and 48. RGB value is (195,164,72). Sum of RGB (Red+Green+Blue) = 195+164+72=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A448 is #3C5BB7. Grayscale: #A3A3A3. Windows color (decimal): -3955640 or 4760771. OLE color: 4760771.

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

Color convert

RGB 195 164 72 -
CMYK 0 0.16 0.63 0.24
HSL 44.88º 0.51% 0.52% -
HSV(B) 44.88º 0.63% 0.76% -
XYZ 36.95 38.62 11.64 -
YUV 162.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 195 164 72 0 0.16 0.63 0.24 44.88 0.51 0.52
Hex C3 A4 48 0 10 3F 18 2D 33 34
Octal 303 244 110 0 20 77 30 55 63 64
Binary 11000011 10100100 1001000 0 10000 111111 11000 101101 110011 110100

Color Harmonies of #C3A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A448

Black with #C3A448

Text Example


Text Example

White with #C3A448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A448; }

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

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

background-color css

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

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

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

border-color css

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

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

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