Html Css Color HEX #C4A150 Sundance

📋 copy color: '#C4A150'

red 196 ◦ green 161 ◦ blue 80

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

Shades of Sundance #C4A150

Tints of Sundance #C4A150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 44.85%
G = 36.84%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4A150 (or 0xC4A150) is known color: Sundance. HEX triplet: C4, A1 and 50. RGB value is (196,161,80). Sum of RGB (Red+Green+Blue) = 196+161+80=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A150 is #3B5EAF. Grayscale: #A2A2A2. Windows color (decimal): -3890864 or 5284292. OLE color: 5284292.

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

Color convert

RGB 196 161 80 -
CMYK 0 0.18 0.59 0.23
HSL 41.9º 0.5% 0.54% -
HSV(B) 41.9º 0.59% 0.77% -
XYZ 36.96 37.8 12.94 -
YUV 162.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 196 161 80 0 0.18 0.59 0.23 41.9 0.5 0.54
Hex C4 A1 50 0 12 3B 17 2A 32 36
Octal 304 241 120 0 22 73 27 52 62 66
Binary 11000100 10100001 1010000 0 10010 111011 10111 101010 110010 110110

Color Harmonies of #C4A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A150

Black with #C4A150

Text Example


Text Example

White with #C4A150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A150; }

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

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

background-color css

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

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

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

border-color css

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

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

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