Html Css Color HEX #C4A246 Sundance

📋 copy color: '#C4A246'

red 196 ◦ green 162 ◦ blue 70

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

Shades of Sundance #C4A246

Tints of Sundance #C4A246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 45.79%
G = 37.85%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4A246 (or 0xC4A246) is known color: Sundance. HEX triplet: C4, A2 and 46. RGB value is (196,162,70). Sum of RGB (Red+Green+Blue) = 196+162+70=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A246 is #3B5DB9. Grayscale: #A2A2A2. Windows color (decimal): -3890618 or 4629188. OLE color: 4629188.

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

Color convert

RGB 196 162 70 -
CMYK 0 0.17 0.64 0.23
HSL 43.81º 0.52% 0.52% -
HSV(B) 43.81º 0.64% 0.77% -
XYZ 36.79 38.02 11.19 -
YUV 161.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 196 162 70 0 0.17 0.64 0.23 43.81 0.52 0.52
Hex C4 A2 46 0 11 40 17 2C 34 34
Octal 304 242 106 0 21 100 27 54 64 64
Binary 11000100 10100010 1000110 0 10001 1000000 10111 101100 110100 110100

Color Harmonies of #C4A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A246

Black with #C4A246

Text Example


Text Example

White with #C4A246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A246; }

 p { color: rgb(196,162,70); }

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

background-color css

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

 a { background-color: rgb(196,162,70); }

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

border-color css

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

 span { border-color: rgb(196,162,70); }

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