Html Css Color HEX #C4B056 Sundance

📋 copy color: '#C4B056'

red 196 ◦ green 176 ◦ blue 86

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

Shades of Sundance #C4B056

Tints of Sundance #C4B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 42.79%
G = 38.43%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C4B056 (or 0xC4B056) is known color: Sundance. HEX triplet: C4, B0 and 56. RGB value is (196,176,86). Sum of RGB (Red+Green+Blue) = 196+176+86=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B056 is #3B4FA9. Grayscale: #ACACAC. Windows color (decimal): -3887018 or 5681348. OLE color: 5681348.

HSL color Cylindrical-coordinate representation of color #C4B056: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4B056 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 86 -
CMYK 0 0.10 0.56 0.23
HSL 49.09º 0.48% 0.55% -
HSV(B) 49.09º 0.56% 0.77% -
XYZ 39.97 43.46 15.09 -
YUV 171.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 196 176 86 0 0.10 0.56 0.23 49.09 0.48 0.55
Hex C4 B0 56 0 A 38 17 31 30 37
Octal 304 260 126 0 12 70 27 61 60 67
Binary 11000100 10110000 1010110 0 1010 111000 10111 110001 110000 110111

Color Harmonies of #C4B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B056

Black with #C4B056

Text Example


Text Example

White with #C4B056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B056; }

 p { color: rgb(196,176,86); }

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

background-color css

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

 a { background-color: rgb(196,176,86); }

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

border-color css

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

 span { border-color: rgb(196,176,86); }

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