Html Css Color HEX #C4BA52 Sundance

📋 copy color: '#C4BA52'

red 196 ◦ green 186 ◦ blue 82

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

Shades of Sundance #C4BA52

Tints of Sundance #C4BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 42.24%
G = 40.09%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4BA52 (or 0xC4BA52) is known color: Sundance. HEX triplet: C4, BA and 52. RGB value is (196,186,82). Sum of RGB (Red+Green+Blue) = 196+186+82=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA52 is #3B45AD. Grayscale: #B1B1B1. Windows color (decimal): -3884462 or 5421764. OLE color: 5421764.

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

Color convert

RGB 196 186 82 -
CMYK 0 0.05 0.58 0.23
HSL 54.74º 0.49% 0.55% -
HSV(B) 54.74º 0.58% 0.77% -
XYZ 41.85 47.46 14.94 -
YUV 177.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 196 186 82 0 0.05 0.58 0.23 54.74 0.49 0.55
Hex C4 BA 52 0 5 3A 17 37 31 37
Octal 304 272 122 0 5 72 27 67 61 67
Binary 11000100 10111010 1010010 0 101 111010 10111 110111 110001 110111

Color Harmonies of #C4BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA52

Black with #C4BA52

Text Example


Text Example

White with #C4BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA52; }

 p { color: rgb(196,186,82); }

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

background-color css

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

 a { background-color: rgb(196,186,82); }

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

border-color css

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

 span { border-color: rgb(196,186,82); }

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