Html Css Color HEX #C4A13E Sundance

📋 copy color: '#C4A13E'

red 196 ◦ green 161 ◦ blue 62

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

Shades of Sundance #C4A13E

Tints of Sundance #C4A13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 46.78%
G = 38.42%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4A13E (or 0xC4A13E) is known color: Sundance. HEX triplet: C4, A1 and 3E. RGB value is (196,161,62). Sum of RGB (Red+Green+Blue) = 196+161+62=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A13E is #3B5EC1. Grayscale: #A0A0A0. Windows color (decimal): -3890882 or 4104644. OLE color: 4104644.

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

Color convert

RGB 196 161 62 -
CMYK 0 0.18 0.68 0.23
HSL 44.33º 0.53% 0.51% -
HSV(B) 44.33º 0.68% 0.77% -
XYZ 36.38 37.57 9.89 -
YUV 160.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 196 161 62 0 0.18 0.68 0.23 44.33 0.53 0.51
Hex C4 A1 3E 0 12 44 17 2C 35 33
Octal 304 241 76 0 22 104 27 54 65 63
Binary 11000100 10100001 111110 0 10010 1000100 10111 101100 110101 110011

Color Harmonies of #C4A13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A13E

Black with #C4A13E

Text Example


Text Example

White with #C4A13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A13E; }

 p { color: rgb(196,161,62); }

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

background-color css

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

 a { background-color: rgb(196,161,62); }

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

border-color css

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

 span { border-color: rgb(196,161,62); }

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