Html Css Color HEX #C4A64A Sundance

📋 copy color: '#C4A64A'

red 196 ◦ green 166 ◦ blue 74

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

Shades of Sundance #C4A64A

Tints of Sundance #C4A64A

RGB

 RED value IS 196 (76.95% from 255) = 44.95%

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

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 44.95%
G = 38.07%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4A64A (or 0xC4A64A) is known color: Sundance. HEX triplet: C4, A6 and 4A. RGB value is (196,166,74). Sum of RGB (Red+Green+Blue) = 196+166+74=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A64A is #3B59B5. Grayscale: #A4A4A4. Windows color (decimal): -3889590 or 4892356. OLE color: 4892356.

HSL color Cylindrical-coordinate representation of color #C4A64A: hue angle of 45.25º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4A64A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 74 -
CMYK 0 0.15 0.62 0.23
HSL 45.25º 0.51% 0.53% -
HSV(B) 45.25º 0.62% 0.77% -
XYZ 37.64 39.5 12.12 -
YUV 164.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 196 166 74 0 0.15 0.62 0.23 45.25 0.51 0.53
Hex C4 A6 4A 0 F 3E 17 2D 33 35
Octal 304 246 112 0 17 76 27 55 63 65
Binary 11000100 10100110 1001010 0 1111 111110 10111 101101 110011 110101

Color Harmonies of #C4A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A64A

Black with #C4A64A

Text Example


Text Example

White with #C4A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A64A; }

 p { color: rgb(196,166,74); }

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

background-color css

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

 a { background-color: rgb(196,166,74); }

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

border-color css

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

 span { border-color: rgb(196,166,74); }

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