Html Css Color HEX #C4B054 Sundance

📋 copy color: '#C4B054'

red 196 ◦ green 176 ◦ blue 84

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

Shades of Sundance #C4B054

Tints of Sundance #C4B054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.42%

R = 42.98%
G = 38.6%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4B054 (or 0xC4B054) is known color: Sundance. HEX triplet: C4, B0 and 54. RGB value is (196,176,84). Sum of RGB (Red+Green+Blue) = 196+176+84=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B054 is #3B4FAB. Grayscale: #ABABAB. Windows color (decimal): -3887020 or 5550276. OLE color: 5550276.

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

Color convert

RGB 196 176 84 -
CMYK 0 0.10 0.57 0.23
HSL 49.29º 0.49% 0.55% -
HSV(B) 49.29º 0.57% 0.77% -
XYZ 39.89 43.43 14.67 -
YUV 171.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 196 176 84 0 0.10 0.57 0.23 49.29 0.49 0.55
Hex C4 B0 54 0 A 39 17 31 31 37
Octal 304 260 124 0 12 71 27 61 61 67
Binary 11000100 10110000 1010100 0 1010 111001 10111 110001 110001 110111

Color Harmonies of #C4B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B054

Black with #C4B054

Text Example


Text Example

White with #C4B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B054; }

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

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

background-color css

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

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

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

border-color css

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

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

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