Html Css Color HEX #C4AB46 Sundance

📋 copy color: '#C4AB46'

red 196 ◦ green 171 ◦ blue 70

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

Shades of Sundance #C4AB46

Tints of Sundance #C4AB46

RGB

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

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

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

R = 44.85%
G = 39.13%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4AB46 (or 0xC4AB46) is known color: Sundance. HEX triplet: C4, AB and 46. RGB value is (196,171,70). Sum of RGB (Red+Green+Blue) = 196+171+70=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB46 is #3B54B9. Grayscale: #A7A7A7. Windows color (decimal): -3888314 or 4631492. OLE color: 4631492.

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

Color convert

RGB 196 171 70 -
CMYK 0 0.13 0.64 0.23
HSL 48.1º 0.52% 0.52% -
HSV(B) 48.1º 0.64% 0.77% -
XYZ 38.43 41.3 11.74 -
YUV 166.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 196 171 70 0 0.13 0.64 0.23 48.1 0.52 0.52
Hex C4 AB 46 0 D 40 17 30 34 34
Octal 304 253 106 0 15 100 27 60 64 64
Binary 11000100 10101011 1000110 0 1101 1000000 10111 110000 110100 110100

Color Harmonies of #C4AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB46

Black with #C4AB46

Text Example


Text Example

White with #C4AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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