Html Css Color HEX #C4B448 Sundance

📋 copy color: '#C4B448'

red 196 ◦ green 180 ◦ blue 72

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

Shades of Sundance #C4B448

Tints of Sundance #C4B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 43.75%
G = 40.18%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B448 (or 0xC4B448) is known color: Sundance. HEX triplet: C4, B4 and 48. RGB value is (196,180,72). Sum of RGB (Red+Green+Blue) = 196+180+72=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B448 is #3B4BB7. Grayscale: #ACACAC. Windows color (decimal): -3886008 or 4764868. OLE color: 4764868.

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

Color convert

RGB 196 180 72 -
CMYK 0 0.08 0.63 0.23
HSL 52.26º 0.51% 0.53% -
HSV(B) 52.26º 0.63% 0.77% -
XYZ 40.26 44.85 12.67 -
YUV 172.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 196 180 72 0 0.08 0.63 0.23 52.26 0.51 0.53
Hex C4 B4 48 0 8 3F 17 34 33 35
Octal 304 264 110 0 10 77 27 64 63 65
Binary 11000100 10110100 1001000 0 1000 111111 10111 110100 110011 110101

Color Harmonies of #C4B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B448

Black with #C4B448

Text Example


Text Example

White with #C4B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B448; }

 p { color: rgb(196,180,72); }

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

background-color css

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

 a { background-color: rgb(196,180,72); }

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

border-color css

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

 span { border-color: rgb(196,180,72); }

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