Html Css Color HEX #C6BA50 Sundance

📋 copy color: '#C6BA50'

red 198 ◦ green 186 ◦ blue 80

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

Shades of Sundance #C6BA50

Tints of Sundance #C6BA50

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

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

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 42.67%
G = 40.09%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6BA50 (or 0xC6BA50) is known color: Sundance. HEX triplet: C6, BA and 50. RGB value is (198,186,80). Sum of RGB (Red+Green+Blue) = 198+186+80=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA50 is #3945AF. Grayscale: #B1B1B1. Windows color (decimal): -3753392 or 5290694. OLE color: 5290694.

HSL color Cylindrical-coordinate representation of color #C6BA50: hue angle of 53.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6BA50 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 80 -
CMYK 0 0.06 0.60 0.22
HSL 53.9º 0.51% 0.55% -
HSV(B) 53.9º 0.6% 0.78% -
XYZ 42.3 47.7 14.57 -
YUV 177.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 198 186 80 0 0.06 0.60 0.22 53.9 0.51 0.55
Hex C6 BA 50 0 6 3C 16 36 33 37
Octal 306 272 120 0 6 74 26 66 63 67
Binary 11000110 10111010 1010000 0 110 111100 10110 110110 110011 110111

Color Harmonies of #C6BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA50

Black with #C6BA50

Text Example


Text Example

White with #C6BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA50; }

 p { color: rgb(198,186,80); }

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

background-color css

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

 a { background-color: rgb(198,186,80); }

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

border-color css

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

 span { border-color: rgb(198,186,80); }

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