Html Css Color HEX #C4A142 Sundance

📋 copy color: '#C4A142'

red 196 ◦ green 161 ◦ blue 66

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

Shades of Sundance #C4A142

Tints of Sundance #C4A142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 46.34%
G = 38.06%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C4A142 (or 0xC4A142) is known color: Sundance. HEX triplet: C4, A1 and 42. RGB value is (196,161,66). Sum of RGB (Red+Green+Blue) = 196+161+66=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A142 is #3B5EBD. Grayscale: #A1A1A1. Windows color (decimal): -3890878 or 4366788. OLE color: 4366788.

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

Color convert

RGB 196 161 66 -
CMYK 0 0.18 0.66 0.23
HSL 43.85º 0.52% 0.51% -
HSV(B) 43.85º 0.66% 0.77% -
XYZ 36.49 37.62 10.49 -
YUV 160.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 196 161 66 0 0.18 0.66 0.23 43.85 0.52 0.51
Hex C4 A1 42 0 12 42 17 2C 34 33
Octal 304 241 102 0 22 102 27 54 64 63
Binary 11000100 10100001 1000010 0 10010 1000010 10111 101100 110100 110011

Color Harmonies of #C4A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A142

Black with #C4A142

Text Example


Text Example

White with #C4A142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A142; }

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

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

background-color css

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

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

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

border-color css

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

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

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