Html Css Color HEX #C4AB50 Sundance

📋 copy color: '#C4AB50'

red 196 ◦ green 171 ◦ blue 80

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

Shades of Sundance #C4AB50

Tints of Sundance #C4AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 43.85%
G = 38.26%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4AB50 (or 0xC4AB50) is known color: Sundance. HEX triplet: C4, AB and 50. RGB value is (196,171,80). Sum of RGB (Red+Green+Blue) = 196+171+80=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB50 is #3B54AF. Grayscale: #A8A8A8. Windows color (decimal): -3888304 or 5286852. OLE color: 5286852.

HSL color Cylindrical-coordinate representation of color #C4AB50: hue angle of 47.07º 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 #C4AB50 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 80 -
CMYK 0 0.13 0.59 0.23
HSL 47.07º 0.5% 0.54% -
HSV(B) 47.07º 0.59% 0.77% -
XYZ 38.78 41.44 13.54 -
YUV 168.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 196 171 80 0 0.13 0.59 0.23 47.07 0.5 0.54
Hex C4 AB 50 0 D 3B 17 2F 32 36
Octal 304 253 120 0 15 73 27 57 62 66
Binary 11000100 10101011 1010000 0 1101 111011 10111 101111 110010 110110

Color Harmonies of #C4AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB50

Black with #C4AB50

Text Example


Text Example

White with #C4AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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