Html Css Color HEX #C6BA53 Sundance

📋 copy color: '#C6BA53'

red 198 ◦ green 186 ◦ blue 83

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

Shades of Sundance #C6BA53

Tints of Sundance #C6BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 42.4%
G = 39.83%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C6BA53 (or 0xC6BA53) is known color: Sundance. HEX triplet: C6, BA and 53. RGB value is (198,186,83). Sum of RGB (Red+Green+Blue) = 198+186+83=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA53 is #3945AC. Grayscale: #B2B2B2. Windows color (decimal): -3753389 or 5487302. OLE color: 5487302.

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

Color convert

RGB 198 186 83 -
CMYK 0 0.06 0.58 0.22
HSL 53.74º 0.5% 0.55% -
HSV(B) 53.74º 0.58% 0.78% -
XYZ 42.41 47.75 15.16 -
YUV 177.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 198 186 83 0 0.06 0.58 0.22 53.74 0.5 0.55
Hex C6 BA 53 0 6 3A 16 36 32 37
Octal 306 272 123 0 6 72 26 66 62 67
Binary 11000110 10111010 1010011 0 110 111010 10110 110110 110010 110111

Color Harmonies of #C6BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA53

Black with #C6BA53

Text Example


Text Example

White with #C6BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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