Html Css Color HEX #C4B149 Sundance

📋 copy color: '#C4B149'

red 196 ◦ green 177 ◦ blue 73

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

Shades of Sundance #C4B149

Tints of Sundance #C4B149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.69%

 BLUE value IS 73 (28.91% from 255) = 16.37%

R = 43.95%
G = 39.69%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B149 (or 0xC4B149) is known color: Sundance. HEX triplet: C4, B1 and 49. RGB value is (196,177,73). Sum of RGB (Red+Green+Blue) = 196+177+73=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B149 is #3B4EB6. Grayscale: #ABABAB. Windows color (decimal): -3886775 or 4829636. OLE color: 4829636.

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

Color convert

RGB 196 177 73 -
CMYK 0 0.10 0.63 0.23
HSL 50.73º 0.51% 0.53% -
HSV(B) 50.73º 0.63% 0.77% -
XYZ 39.69 43.66 12.64 -
YUV 170.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 196 177 73 0 0.10 0.63 0.23 50.73 0.51 0.53
Hex C4 B1 49 0 A 3F 17 33 33 35
Octal 304 261 111 0 12 77 27 63 63 65
Binary 11000100 10110001 1001001 0 1010 111111 10111 110011 110011 110101

Color Harmonies of #C4B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B149

Black with #C4B149

Text Example


Text Example

White with #C4B149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B149; }

 p { color: rgb(196,177,73); }

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

background-color css

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

 a { background-color: rgb(196,177,73); }

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

border-color css

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

 span { border-color: rgb(196,177,73); }

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