Html Css Color HEX #C4B346 Sundance

📋 copy color: '#C4B346'

red 196 ◦ green 179 ◦ blue 70

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

Shades of Sundance #C4B346

Tints of Sundance #C4B346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

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

R = 44.04%
G = 40.22%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4B346 (or 0xC4B346) is known color: Sundance. HEX triplet: C4, B3 and 46. RGB value is (196,179,70). Sum of RGB (Red+Green+Blue) = 196+179+70=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B346 is #3B4CB9. Grayscale: #ACACAC. Windows color (decimal): -3886266 or 4633540. OLE color: 4633540.

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

Color convert

RGB 196 179 70 -
CMYK 0 0.09 0.64 0.23
HSL 51.9º 0.52% 0.52% -
HSV(B) 51.9º 0.64% 0.77% -
XYZ 39.99 44.42 12.26 -
YUV 171.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 196 179 70 0 0.09 0.64 0.23 51.9 0.52 0.52
Hex C4 B3 46 0 9 40 17 34 34 34
Octal 304 263 106 0 11 100 27 64 64 64
Binary 11000100 10110011 1000110 0 1001 1000000 10111 110100 110100 110100

Color Harmonies of #C4B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B346

Black with #C4B346

Text Example


Text Example

White with #C4B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B346; }

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

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

background-color css

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

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

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

border-color css

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

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

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