Html Css Color HEX #C4B848 Sundance

📋 copy color: '#C4B848'

red 196 ◦ green 184 ◦ blue 72

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

Shades of Sundance #C4B848

Tints of Sundance #C4B848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

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

R = 43.36%
G = 40.71%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4B848 (or 0xC4B848) is known color: Sundance. HEX triplet: C4, B8 and 48. RGB value is (196,184,72). Sum of RGB (Red+Green+Blue) = 196+184+72=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B848 is #3B47B7. Grayscale: #AFAFAF. Windows color (decimal): -3884984 or 4765892. OLE color: 4765892.

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

Color convert

RGB 196 184 72 -
CMYK 0 0.06 0.63 0.23
HSL 54.19º 0.51% 0.53% -
HSV(B) 54.19º 0.63% 0.77% -
XYZ 41.08 46.48 12.94 -
YUV 174.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 196 184 72 0 0.06 0.63 0.23 54.19 0.51 0.53
Hex C4 B8 48 0 6 3F 17 36 33 35
Octal 304 270 110 0 6 77 27 66 63 65
Binary 11000100 10111000 1001000 0 110 111111 10111 110110 110011 110101

Color Harmonies of #C4B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B848

Black with #C4B848

Text Example


Text Example

White with #C4B848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B848; }

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

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

background-color css

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

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

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

border-color css

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

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

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